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

Commit 865fb47

Browse files
committed
update cicd pytest
1 parent 1fcb64d commit 865fb47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ jobs:
4242
Start-CosmosDbEmulator
4343
4444
- name: Install dependencies
45-
working-directory: backend
45+
working-directory: ${{ github.workspace }}/backend
4646
run: |
4747
pip install poetry
4848
poetry config virtualenvs.create false
4949
poetry install --with test
5050
5151
- name: Run integration tests
52-
working-directory: backend
52+
working-directory: ${{ github.workspace }}/backend
5353
run: |
5454
pytest --cov=src -s src/tests
5555

0 commit comments

Comments
 (0)