Skip to content

Commit

Permalink
fix: use new path ?
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee committed Sep 19, 2024
1 parent 4695fc6 commit 6acdf76
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ jobs:
pip install -r requirements/requirements.txt -r requirements/prod-requirements.txt
- name: Run Tests
run: |
DJANGO_SETTINGS_MODULE=app.pydotorg.settings.static python ./app/manage.py collectstatic --noinput
export PYTHONPATH=$PYTHONPATH:${{ github.workspace }}/app
cd app
DJANGO_SETTINGS_MODULE=app.pydotorg.settings.static python manage.py collectstatic --noinput

0 comments on commit 6acdf76

Please sign in to comment.