We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67bd3c8 commit 490eaa8Copy full SHA for 490eaa8
1 file changed
.github/workflows/CI.yml
@@ -55,4 +55,4 @@ jobs:
55
path: test-results/
56
57
- name: Shut down services
58
- run: docker compose -f docker-compose.yml down -v
+ run: docker compose --env-file .env.sample -f docker-compose.yml down -v
0 commit comments