Skip to content

Commit

Permalink
Made GitHub CI CliTests show what's being skipped
Browse files Browse the repository at this point in the history
The switch has to be in quotes, because Powershell, the default runner on windows-latest, interprets the dot in the property name as... some sort of keyword.
  • Loading branch information
AurumTheEnd committed Oct 15, 2021
1 parent 0a91d63 commit a19262b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ jobs:
timeout-minutes: 10
run: |
cd jrd
mvn --batch-mode test -Dtest=*CliTest -DfailIfNoTests=false
mvn --batch-mode test -Dtest=*CliTest -DfailIfNoTests=false "-Dsurefire.reportFormat=plain"

0 comments on commit a19262b

Please sign in to comment.