mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-06-09 20:00:01 +02:00
Change reporter
This commit is contained in:
parent
4413ddac8f
commit
f4ff6a8f31
2 changed files with 2 additions and 2 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
python-version: [ "3.12" ]
|
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
|
||||||
|
|
||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
|
|
||||||
|
|
2
.github/workflows/test_report.yml
vendored
2
.github/workflows/test_report.yml
vendored
|
@ -17,4 +17,4 @@ jobs:
|
||||||
artifact: /test-results-.*/
|
artifact: /test-results-.*/
|
||||||
name: Tests Results
|
name: Tests Results
|
||||||
path: 'junit.xml'
|
path: 'junit.xml'
|
||||||
reporter: jest-junit
|
reporter: java-junit
|
Loading…
Add table
Add a link
Reference in a new issue