Skip to content

Commit 7d4f37b

Browse files
Change reporter
1 parent 754d563 commit 7d4f37b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
python-version: [ "3.12" ]
28+
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
2929

3030
runs-on: 'ubuntu-latest'
3131

.github/workflows/test_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
artifact: /test-results-.*/
1818
name: Tests Results
1919
path: 'junit.xml'
20-
reporter: jest-junit
20+
reporter: java-junit

0 commit comments

Comments
 (0)