Skip to content

Commit 490a16f

Browse files
committed
Change directory manually
1 parent c9f59c9 commit 490a16f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
python -m pip install .[test] --extra-index-url=https://packages.idmod.org/api/pypi/pypi-production/simple
3838
- name: Run unit tests
3939
run: |
40+
cd tests
4041
python -m pytest --dist loadfile -v --junitxml="test_results.xml"
41-
working-directory: ./tests
4242
- name: Upload emodpy test results
4343
uses: actions/upload-artifact@v4
4444
if: failure()

0 commit comments

Comments
 (0)