Skip to content

Commit

Permalink
fix unittests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hasan7n committed Jul 28, 2023
1 parent 86ce529 commit 61e5bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
pytest
- name: Set server environment vars
working-directory: ./server
run: cp .env.example .env
run: cp .env.local.local-auth .env
- name: Run migrations
working-directory: ./server
run: python manage.py migrate
Expand Down

0 comments on commit 61e5bce

Please sign in to comment.