Skip to content

Commit

Permalink
Deleting test database after every run
Browse files Browse the repository at this point in the history
- FLushing db after every run
  • Loading branch information
ojusharma authored Apr 6, 2024
1 parent bfde8c8 commit 141f761
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/coverage_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
coverage report
coverage html -d coverage_report
- name: Delete test database
run: |
cd ./Django/communicado
python manage.py flush --no-input
- name: Save coverage report artifact
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 141f761

Please sign in to comment.