Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
GDay committed Mar 29, 2024
1 parent 59ac8e2 commit 176ff3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
pipenv install --dev --system
- name: Run migrations
run: |
mv .example_env back/back/.env
cd back
mv back/.env.example back/.env
python manage.py migrate
- name: Test with pytest
run: |
Expand Down

0 comments on commit 176ff3b

Please sign in to comment.