Skip to content

Commit

Permalink
Add a cleanup step to the test job
Browse files Browse the repository at this point in the history
  • Loading branch information
spyker77 committed Oct 30, 2023
1 parent 225eb13 commit f6372ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
run: docker-compose exec -T -u root web black --check .
- name: Test code with pytest
run: docker-compose exec -T -u root web pytest -n auto .
- name: Cleanup
run: docker-compose down -v

build-and-deploy:
name: Build Docker Images and Deploy to Heroku
Expand Down

0 comments on commit f6372ae

Please sign in to comment.