Remove test results upload action and add step to print test summary
All checks were successful
Build Simulation and Test / Run All Tests (push) Successful in 25s
All checks were successful
Build Simulation and Test / Run All Tests (push) Successful in 25s
This commit is contained in:
parent
7fc550f4dd
commit
d57f993868
@ -32,9 +32,6 @@ jobs:
|
|||||||
path: pytest-results.xml
|
path: pytest-results.xml
|
||||||
retention-days: 5
|
retention-days: 5
|
||||||
|
|
||||||
- uses: dorny/test-reporter@v2
|
- name: Print test summary
|
||||||
with:
|
if: always()
|
||||||
artifact: pytest-results # artifact name
|
run: uv run pytest tests --tb=short || true
|
||||||
name: Pytest Tests # Name of the check run which will be created
|
|
||||||
path: '*.xml' # Path to test results (inside artifact .zip)
|
|
||||||
reporter: jest-junit # Format of test results
|
|
||||||
Loading…
x
Reference in New Issue
Block a user