Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandenburgh committed Nov 14, 2023
1 parent aed1ccd commit 88384c7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/analytics_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,14 @@ jobs:
with:
python-version: "3.11"

- name: Install requirements
run: pip install -r requirements.txt

- name: Provide default env vars for django
run: cat dev/.env.docker-compose >> $GITHUB_ENV

- name: Run tests
run: |
source dev/.env.docker-compose
docker compose up -d
pip install -r requirements.txt
pytest analytics/tests
env:
DJANGO_SETTINGS_MODULE: settings

0 comments on commit 88384c7

Please sign in to comment.