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 a2beeb5 commit f947530Copy full SHA for f947530
.github/workflows/testkit.yml
@@ -22,6 +22,7 @@ jobs:
22
with:
23
compose-file: './docker-compose.yml'
24
up-flags: '--build --remove-orphans'
25
+ down-flags: '-t 60 --remove-orphans'
26
- name: Test
27
run: |
28
docker compose run --rm client composer install
0 commit comments