Skip to content

Commit

Permalink
Add a test to verify collectstatic works before deploying (#346)
Browse files Browse the repository at this point in the history
closes #171
  • Loading branch information
Apreche authored Sep 21, 2023
1 parent 96c1622 commit 63e3815
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,6 @@ jobs:
- name: Run Django tests
run: |
poetry run python manage.py test --shuffle --parallel auto
- name: Verify collectstatic is working
run: |
poetry run python manage.py collectstatic -v3 --noinput

0 comments on commit 63e3815

Please sign in to comment.