Added teardown step
This commit is contained in:
parent
f2b51dca7b
commit
fb107d7d33
1 changed files with 3 additions and 0 deletions
3
.github/workflows/lint_and_test.yml
vendored
3
.github/workflows/lint_and_test.yml
vendored
|
|
@ -51,3 +51,6 @@ jobs:
|
|||
|
||||
- name: Run code checks
|
||||
run: docker compose exec -T phx mix check --no-fix --no-retry
|
||||
|
||||
- name: Shut down Docker containers
|
||||
run: docker compose down
|
||||
|
|
|
|||
Loading…
Reference in a new issue