Skip to content

Commit

Permalink
Tear down the test database with no input
Browse files Browse the repository at this point in the history
  • Loading branch information
U039b committed Mar 29, 2024
1 parent 9f0eae3 commit dc07582
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
- name: Run Django Tests
run: docker-compose -f local.yml run --rm django pytest
- name: Tear down the database
run: docker-compose -f local.yml run --rm django python manage.py drop_test_database
run: docker-compose -f local.yml run --rm django python manage.py drop_test_database --no-input
- name: Run Django Tests
run: docker-compose -f local.yml run --rm django coverage run manage.py test colander
run: docker-compose -f local.yml run --rm django coverage run manage.py test colander --no-input
- name: Tear down the Stack
run: docker-compose -f local.yml down

Expand Down

0 comments on commit dc07582

Please sign in to comment.