Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,9 @@ jobs:
COVERALLS_SERVICE_JOB_ID: "${{ github.run_id }}"
COVERALLS_SERVICE_NUMBER: "${{ github.workflow }}-${{ github.run_number }}"
run: coveralls --service=github
- name: Run collectstatic for production
env:
DJANGO_SETTINGS_MODULE: djangoproject.settings.prod
run: |
python -m pip install -r requirements/prod.txt
python -m manage collectstatic
1 change: 0 additions & 1 deletion djangoproject/static/js/lib/jquery/dist/jquery.min.map

This file was deleted.

Loading