Skip to content

Commit f947530

Browse files
committed
ci: Update testkit workflow to include down flags for docker compose
1 parent a2beeb5 commit f947530

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/testkit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
with:
2323
compose-file: './docker-compose.yml'
2424
up-flags: '--build --remove-orphans'
25+
down-flags: '-t 60 --remove-orphans'
2526
- name: Test
2627
run: |
2728
docker compose run --rm client composer install

0 commit comments

Comments
 (0)