Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Nov 6, 2024
1 parent 77ad489 commit a7b9993
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/actions/python-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ runs:
run: poetry install --no-interaction --no-root --with dev
shell: bash
- name: Collect statics assets
run: |
mkdir app/static
poetry run python manage.py collectstatic
run: poetry run python /app/manage.py collectstatic
shell: bash
- name: Run Python tests
run: poetry run python manage.py test
run: poetry run python /app/manage.py test
shell: bash

0 comments on commit a7b9993

Please # to comment.