Skip to content

Commit

Permalink
update main.yml with django secret for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
szilvia-csernus committed Apr 9, 2024
1 parent 6837181 commit e234f93
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ jobs:
pip install -r requirements.txt
- name: Run backend tests
env:
SECRET_KEY: ${{ secrets.DJANGO_TEST_SECRET}}
run: |
cd backend
python manage.py test
python manage.py test --settings=rabbit_rescue_REST.settings_test
- name: Set up Node.js
uses: actions/setup-node@v4
Expand Down

0 comments on commit e234f93

Please sign in to comment.