Skip to content

Commit

Permalink
fix docker invocation of the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Jan 24, 2025
1 parent 902cadc commit 6fca7a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
pixi-version: latest
cache: true
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
environments: data
environments: test
activate-environment: true

- name: Show DVC config
Expand All @@ -52,7 +52,7 @@ jobs:
run: |
docker run -d -p 9000:8080 --name=poprox-recommender poprox-recommender:ci
- name: Submit test request
- name: Run integration tests
run: |
python -m pytest -v tests/integration
env:
Expand Down

0 comments on commit 6fca7a4

Please sign in to comment.