Skip to content

Commit

Permalink
Refs #232 - Set env variable to use django tests with pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerem Zaman committed Dec 12, 2021
1 parent 36a6ddc commit 66f25a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/webapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
build:

runs-on: ubuntu-latest
env:
DJANGO_SETTINGS_MODULE: 'test.settings pytest'
defaults:
run:
working-directory: ./backend
Expand Down

0 comments on commit 66f25a0

Please sign in to comment.