Skip to content

Commit 46cc864

Browse files
committed
reverted build-validation.yml changes
1 parent 959da6a commit 46cc864

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build-validation.yml

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

0 commit comments

Comments
 (0)