1
0
Fork 0
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:
Sadra Barikbin 2024-01-06 23:39:56 +03:30 committed by Mike Gerber
parent 4413ddac8f
commit f4ff6a8f31
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -17,4 +17,4 @@ jobs:
artifact: /test-results-.*/
name: Tests Results
path: 'junit.xml'
reporter: jest-junit
reporter: java-junit