We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17770fa commit d4102a5Copy full SHA for d4102a5
1 file changed
.github/workflows/chain-simulator-e2e-tests.yml
@@ -29,8 +29,8 @@ jobs:
29
run: |
30
echo "Waiting for services to be healthy..."
31
docker ps
32
- docker logs chainsimulator
33
sleep 60 # Wait for 60 seconds to ensure services are up
+ docker logs chainsimulator
34
35
- name: Print docker containers
36
run: docker ps
0 commit comments