Skip to content

Commit a31abae

Browse files
committed
fix(ci): i should find a new trade
1 parent 32b66c2 commit a31abae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@ jobs:
5959
run: |
6060
export PYTHONPATH=$PYTHONPATH:${{ github.workspace }}/app
6161
cd ${{ github.workspace }}/app
62-
DJANGO_SETTINGS_MODULE=pydotorg.settings.dev python manage.py makemigrations --check --dry-run
62+
DJANGO_SETTINGS_MODULE=app.pydotorg.settings.dev python manage.py makemigrations --check --dry-run
6363
env:
6464
DATABASE_URL: postgres://postgres:postgres@localhost:5432/pythonorg
6565

6666
- name: Run Tests
6767
run: |
6868
export PYTHONPATH=$PYTHONPATH:${{ github.workspace }}/app
6969
cd ${{ github.workspace }}/app
70-
DJANGO_SETTINGS_MODULE=pydotorg.settings.dev python -Wd -m coverage run manage.py test -v2
70+
DJANGO_SETTINGS_MODULE=app.pydotorg.settings.dev python -Wd -m coverage run manage.py test -v2
7171
env:
7272
DATABASE_URL: postgres://postgres:postgres@localhost:5432/pythonorg
7373

0 commit comments

Comments
 (0)