We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c998f5 commit caa2a32Copy full SHA for caa2a32
.github/workflows/docker.yml
@@ -54,6 +54,12 @@ jobs:
54
- name: Build and start containers.
55
run: docker-compose -f docker-compose.frankenphp.yml up -d --build
56
57
+ - name: Wait for container to be ready.
58
+ run: |
59
+ echo "Waiting 30 seconds for container initialization..."
60
+ sleep 30
61
+ docker logs yii2-frankenphp
62
+
63
- name: Codeception build.
64
run: docker exec yii2-frankenphp vendor/bin/codecept build
65
0 commit comments