Skip to content

Commit

Permalink
Update integration.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jgbradley1 authored Dec 26, 2024
1 parent be429fd commit 4782085
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ jobs:
poetry install --with test
- name: Run integration tests
working-directory: ${{ github.workspace }}/backend
run: |
echo ${{ github.workspace }}/backend
cd backend
pwd
pytest --cov=src -s src/tests
pytest -s --cov=src tests

0 comments on commit 4782085

Please sign in to comment.