Skip to content

Commit 9e70a0d

Browse files
committed
chore: Restart testkit_backend after composer install
1 parent ab0d7ab commit 9e70a0d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/testkit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,7 @@ jobs:
2727
- name: Test
2828
run: |
2929
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
3033
docker compose run testkit ./testkit.sh

0 commit comments

Comments
 (0)