|
|
@ -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
|
|
|
|