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 a9c635c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/analytics_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ jobs:
with:
python-version: "3.11"

- name: Start background services
run: docker compose up -d

- 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
pytest analytics/tests
run: pytest analytics/tests
env:
DJANGO_SETTINGS_MODULE: settings

0 comments on commit a9c635c

Please sign in to comment.