We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab0d7ab commit 9e70a0dCopy full SHA for 9e70a0d
1 file changed
.github/workflows/testkit.yml
@@ -27,4 +27,7 @@ jobs:
27
- name: Test
28
run: |
29
docker compose run client composer install
30
+ # We need to restart the testkit_backend service since it relies on the previous step (composer install) to work
31
+ docker compose restart testkit_backend
32
+ docker compose logs testkit_backend
33
docker compose run testkit ./testkit.sh
0 commit comments