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

Commit be429fd

Browse files
committed
update work directory
1 parent ff6426e commit be429fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/integration.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
Start-CosmosDbEmulator -Timeout 500
4747
4848
- name: Install dependencies
49+
working-directory: ${{ github.workspace }}/backend
4950
run: |
5051
pip install poetry
5152
poetry config virtualenvs.create false
@@ -55,4 +56,5 @@ jobs:
5556
run: |
5657
echo ${{ github.workspace }}/backend
5758
cd backend
59+
pwd
5860
pytest --cov=src -s src/tests

0 commit comments

Comments
 (0)