Skip to content

Commit

Permalink
Add WORKING_MODE to pytest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DEENUU1 committed Dec 5, 2023
1 parent 94f2b2b commit 47669f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
run: pip install -r requirements.txt

- name: Migrations
env:
WORKING_MODE: "test"
working-directory: ./
run: |
python manage.py makemigrations
Expand Down

0 comments on commit 47669f7

Please sign in to comment.