mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-06-09 11:50:00 +02:00
Change reporter
This commit is contained in:
parent
754d563c8f
commit
7d4f37bb1f
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:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: [ "3.12" ]
|
||||
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
|
||||
|
||||
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-.*/
|
||||
name: Tests Results
|
||||
path: 'junit.xml'
|
||||
reporter: jest-junit
|
||||
reporter: java-junit
|
Loading…
Add table
Add a link
Reference in a new issue