Add a step to cleanly take down the deployment
This commit is contained in:
parent
b462ceb104
commit
efaccc4ded
1 changed files with 3 additions and 0 deletions
3
.github/workflows/docker-image.yml
vendored
3
.github/workflows/docker-image.yml
vendored
|
@ -44,3 +44,6 @@ jobs:
|
|||
|
||||
- name: Run integration tests
|
||||
run: go test ./... -tags integration
|
||||
|
||||
- name: Take down docker-compose
|
||||
run: docker-compose down
|
||||
|
|
Loading…
Add table
Reference in a new issue