Change reporter

master
Sadra Barikbin 4 months ago committed by Mike Gerber
parent 4413ddac8f
commit f4ff6a8f31

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

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