ci: remove dorny test reporter
All checks were successful
Continuous Integration / Lint, Check & Test (push) Successful in 53s

This commit is contained in:
Konstantin Fickel 2026-01-18 17:32:10 +01:00
parent 97be35c2b0
commit b3741d3856
Signed by: kfickel
GPG key ID: A793722F9933C1A5

View file

@ -22,13 +22,5 @@ jobs:
- name: Test with PyTest
run: nix develop .#impure --command bash -c "uv run pytest --junit-xml test-report.xml"
- name: Report test results
uses: https://github.com/dorny/test-reporter.git@v2
if: ${{ !cancelled() }}
with:
name: PyTest Results
path: test-report.xml
reporter: java-junit
- name: Check with PyRight
run: nix develop .#impure --command bash -c "uv run pyright"