Skip to content

Commit

Permalink
Add missing environment variable for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kimrutherford committed Feb 11, 2024
1 parent 8932f5b commit f278c0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ jobs:
- name: Run tests
run: |
echo '{}' > /tmp/test_config.json
WEBSITE_CONFIG_JSON_PATH=/tmp/test_config.json python manage.py test
echo '{}' > /tmp/test_detailed_stats.json
WEBSITE_CONFIG_JSON_PATH=/tmp/test_config.json DETAILED_STATS_JSON=/tmp/test_detailed_stats.json python manage.py test

0 comments on commit f278c0a

Please sign in to comment.