Skip to content

Commit

Permalink
Changing things
Browse files Browse the repository at this point in the history
  • Loading branch information
lotif committed Nov 27, 2024
1 parent c4d908a commit 031ef4c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,17 @@ jobs:
uses: supercharge/[email protected]
with:
mongodb-version: 7.0.8
- name: Install dependencies and check code
- name: Install dependencies
run: |
poetry env use '3.10'
source .venv/bin/activate
poetry install --with docs,test
coverage run -m pytest florist/tests/integration && coverage xml && coverage report -m
- name: Run integration tests
run: |
source .venv/bin/activate
coverage run -m pytest florist/tests/integration
coverage xml
coverage report -m
- name: Upload python coverage to Codecov
uses: Wandalen/[email protected]
with:
Expand Down

0 comments on commit 031ef4c

Please sign in to comment.