Skip to content

Commit af43078

Browse files
committed
remove juntxml uplaod
1 parent 28b9c08 commit af43078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
pull_request:
99

1010
env:
11-
PYTEST_ADDOPTS: "-v --color=yes -n auto"
11+
PYTEST_ADDOPTS: "-v --color=yes -n auto --junitxml=test-data/test-results.xml"
1212
FORCE_COLOR: "1"
1313
MPLBACKEND: agg
1414
# It's impossible to ignore SyntaxWarnings for a single module,

0 commit comments

Comments
 (0)