Skip to content

Commit

Permalink
don't upload INSPECT outcomes
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-spiller committed Jan 6, 2022
1 parent 6aa1bc9 commit fd49a99
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/pysysproject.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
<writer classname="pysys.writer.testoutput.TestOutputArchiveWriter">
<property name="destDir" value="__pysys_output_archives/"/>
<property name="maxTotalSizeMB" value="1024.0"/>

<!-- Don't include any non-failure outcomes as REQUIRES INSPECTION generates a very large output which
could use our GitHub Actions quota quickly -->
<property name="includeNonFailureOutcomes" value=""/>
</writer>

<writer classname="pysys.writer.outcomes.JUnitXMLResultsWriter">
Expand Down

0 comments on commit fd49a99

Please sign in to comment.