Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Commit 4782085

Browse files
authored
Update integration.yaml
1 parent be429fd commit 4782085

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/integration.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ jobs:
5353
poetry install --with test
5454
5555
- name: Run integration tests
56+
working-directory: ${{ github.workspace }}/backend
5657
run: |
57-
echo ${{ github.workspace }}/backend
58-
cd backend
59-
pwd
60-
pytest --cov=src -s src/tests
58+
pytest -s --cov=src tests

0 commit comments

Comments
 (0)