Skip to content

Commit 17cd56b

Browse files
committed
Set working directory for test job in CI
Added the 'working-directory' parameter to the 'Run tests' step in the documentation workflow to ensure tests run in the correct directory.
1 parent f83c6a5 commit 17cd56b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
- name: Run tests
5353
run: |
5454
poetry run pytest --disable-warnings
55+
working-directory: ${{ github.workspace }}
5556

5657
# # Job 1: Generate documentation
5758
# generate-docs:

0 commit comments

Comments
 (0)