Change reporter

pull/103/head
Sadra Barikbin 4 months ago
parent 754d563c8f
commit 7d4f37bb1f

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