We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9f59c9 commit 490a16fCopy full SHA for 490a16f
.github/workflows/run-tests.yml
@@ -37,8 +37,8 @@ jobs:
37
python -m pip install .[test] --extra-index-url=https://packages.idmod.org/api/pypi/pypi-production/simple
38
- name: Run unit tests
39
run: |
40
+ cd tests
41
python -m pytest --dist loadfile -v --junitxml="test_results.xml"
- working-directory: ./tests
42
- name: Upload emodpy test results
43
uses: actions/upload-artifact@v4
44
if: failure()
0 commit comments