Add a step to cleanly take down the deployment

This commit is contained in:
Marc Di Luzio 2020-05-30 23:20:29 +01:00
parent b462ceb104
commit efaccc4ded

View file

@ -44,3 +44,6 @@ jobs:
- name: Run integration tests
run: go test ./... -tags integration
- name: Take down docker-compose
run: docker-compose down