We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7273c5a commit 55e5a22Copy full SHA for 55e5a22
.github/workflows/run_tests.yaml
@@ -43,22 +43,18 @@ jobs:
43
44
- name: Install dependencies
45
run: |
46
- set -e
47
python -m pip install --upgrade pip
48
pip install -r requirements.txt
49
pip install --upgrade pytest pytest-html
50
pip install ruff
51
52
- - name: Set PYTHONPATH
53
- run: echo "PYTHONPATH=$(pwd)" >> $GITHUB_ENV
54
-
55
- name: Run Linting
56
57
ruff check .
58
59
- name: Run tests
60
61
- python -m pytest --verbose --maxfail=5 --disable-warnings --junit-xml=test-results.xml
+ python -m pytest --verbose --junit-xml=test-results.xml
62
63
- name: Publish Test Report
64
uses: mikepenz/action-junit-report@v3
0 commit comments