Skip to content

Commit fd49a99

Browse files
committed
don't upload INSPECT outcomes
1 parent 6aa1bc9 commit fd49a99

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/pysysproject.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
<writer classname="pysys.writer.testoutput.TestOutputArchiveWriter">
2121
<property name="destDir" value="__pysys_output_archives/"/>
2222
<property name="maxTotalSizeMB" value="1024.0"/>
23+
24+
<!-- Don't include any non-failure outcomes as REQUIRES INSPECTION generates a very large output which
25+
could use our GitHub Actions quota quickly -->
26+
<property name="includeNonFailureOutcomes" value=""/>
2327
</writer>
2428

2529
<writer classname="pysys.writer.outcomes.JUnitXMLResultsWriter">

0 commit comments

Comments
 (0)