ci: remove dorny test reporter
All checks were successful
Continuous Integration / Lint, Check & Test (push) Successful in 53s
All checks were successful
Continuous Integration / Lint, Check & Test (push) Successful in 53s
This commit is contained in:
parent
97be35c2b0
commit
b3741d3856
1 changed files with 0 additions and 8 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue