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 6acdf76 commit 8d23ba2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,15 @@ jobs:
pip install -r requirements/dev-requirements.txt
- name: Check for ungenerated database migrations
run: |
export PYTHONPATH=$PYTHONPATH:${{ github.workspace }}/app
cd app
python manage.py makemigrations --check --dry-run
env:
DATABASE_URL: postgres://postgres:postgres@localhost:5432/pythonorg
- name: Run Tests
run: |
export PYTHONPATH=$PYTHONPATH:${{ github.workspace }}/app
cd app
python -Wd -m coverage run manage.py test -v2
env:
DATABASE_URL: postgres://postgres:postgres@localhost:5432/pythonorg
Expand Down

0 comments on commit 8d23ba2

Please sign in to comment.