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 e8ed25b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/analytics_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,15 @@ 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

- run: docker compose up -d

- 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 e8ed25b

Please sign in to comment.