diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 9e46a59b..0e72f2f2 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -46,6 +46,7 @@ jobs: Start-CosmosDbEmulator -Timeout 500 - name: Install dependencies + working-directory: ${{ github.workspace }}/backend run: | pip install poetry poetry config virtualenvs.create false @@ -55,4 +56,5 @@ jobs: run: | echo ${{ github.workspace }}/backend cd backend + pwd pytest --cov=src -s src/tests