Skip to content

Commit

Permalink
Set environment variables at Run Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhiek187 committed Feb 25, 2022
1 parent 81480bd commit 14b8c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
- name: Set Environment
run: |
echo "SECRET_KEY=$(openssl rand -base64 32)" >> $GITHUB_ENV
- name: Run Tests
env:
DEBUG: true
FMP_API_KEY: ${{ secrets.FMP_API_KEY }}
- name: Run Tests
run: |
python -Wa stockhelper/manage.py test stockhelper/ -v 2

0 comments on commit 14b8c97

Please sign in to comment.