Change reporter

pull/111/head
Sadra Barikbin 4 months ago committed by Mike Gerber
parent 4413ddac8f
commit f4ff6a8f31

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

@ -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…
Cancel
Save