Skip to content

Commit

Permalink
Don't drop DB in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
David Bozhanov committed Jun 10, 2024
1 parent c392236 commit 6881104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
env:
DATABASE_URL: ${{ matrix.db }}://permagate:SpYkxYy1dMmo7Bk@127.0.0.1:${{ matrix.db_port }}/permagate
run: |
python manage.py test
python manage.py test --keepdb

0 comments on commit 6881104

Please sign in to comment.