diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 219a1c6..610cfc0 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -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