We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aa1bc9 commit fd49a99Copy full SHA for fd49a99
tests/pysysproject.xml
@@ -20,6 +20,10 @@
20
<writer classname="pysys.writer.testoutput.TestOutputArchiveWriter">
21
<property name="destDir" value="__pysys_output_archives/"/>
22
<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=""/>
27
</writer>
28
29
<writer classname="pysys.writer.outcomes.JUnitXMLResultsWriter">
0 commit comments