mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-06-09 11:50:00 +02:00
🚧 GitHub Actions: Test report
This commit is contained in:
parent
f4dff64066
commit
44d4742570
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
mkdir -p ../test-results
|
||||
python3 -m pytest --junitxml=../test-results/junit.xml -o junit_family=legacy
|
||||
- name: Upload test results
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
if: success() || failure()
|
||||
with:
|
||||
name: test-results
|
||||
|
@ -42,5 +42,5 @@ jobs:
|
|||
with:
|
||||
artifact: test-results
|
||||
name: Tests
|
||||
path: '*.xml'
|
||||
path: 'junit.xml'
|
||||
reporter: jest-junit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue