Skip to content

Commit

Permalink
Fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ltan02 committed Oct 21, 2023
1 parent 69716e0 commit 6e6ed6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/backend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,7 @@ jobs:
pipenv run python manage.py check
- name: Run tests
env:
SECRET_KEY: ${{ secrets.DJANGO_SECRET }}
run: |
pipenv run python manage.py test

0 comments on commit 6e6ed6e

Please sign in to comment.