mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-06-09 20:00:01 +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
|
mkdir -p ../test-results
|
||||||
python3 -m pytest --junitxml=../test-results/junit.xml -o junit_family=legacy
|
python3 -m pytest --junitxml=../test-results/junit.xml -o junit_family=legacy
|
||||||
- name: Upload test results
|
- name: Upload test results
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
if: success() || failure()
|
if: success() || failure()
|
||||||
with:
|
with:
|
||||||
name: test-results
|
name: test-results
|
||||||
|
@ -42,5 +42,5 @@ jobs:
|
||||||
with:
|
with:
|
||||||
artifact: test-results
|
artifact: test-results
|
||||||
name: Tests
|
name: Tests
|
||||||
path: '*.xml'
|
path: 'junit.xml'
|
||||||
reporter: jest-junit
|
reporter: jest-junit
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue