Skip to content

Commit f73c058

Browse files
committed
updated build-validation.yml
1 parent 132532d commit f73c058

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build-validation.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,11 @@ jobs:
8888
done
8989
echo "Durable Task Emulator is ready on port 4001"
9090
# Give additional time for gRPC service to fully initialize after port is open
91-
sleep 5
91+
echo "Waiting for gRPC service to fully initialize..."
92+
sleep 15
93+
echo "Verifying emulator container is still healthy..."
94+
docker ps | grep durabletask-emulator
95+
echo "Emulator initialization complete"
9296
9397
- name: Integration Tests with Gradle
9498
run: ./gradlew integrationTest || echo "TEST_FAILED=true" >> $GITHUB_ENV

0 commit comments

Comments
 (0)