We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 132532d commit f73c058Copy full SHA for f73c058
.github/workflows/build-validation.yml
@@ -88,7 +88,11 @@ jobs:
88
done
89
echo "Durable Task Emulator is ready on port 4001"
90
# Give additional time for gRPC service to fully initialize after port is open
91
- sleep 5
+ 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"
96
97
- name: Integration Tests with Gradle
98
run: ./gradlew integrationTest || echo "TEST_FAILED=true" >> $GITHUB_ENV
0 commit comments