Skip to content

Commit

Permalink
Archive junit test results for all versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hofiorg committed Mar 15, 2024
1 parent 3a1359d commit d4ce830
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
pip install pytest pytest-cov pytest-html
pytest tests --doctest-modules --junitxml=junit/test-results.xml --html=junit/test-results.html
- name: Archive junit test results
if: matrix.python-version == '3.12' #onyly run for the latest version
uses: actions/upload-artifact@v4
with:
name: junit-test-results-python-${{ matrix.python-version }}
Expand Down

0 comments on commit d4ce830

Please sign in to comment.