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 238d072 commit 43345d4Copy full SHA for 43345d4
.github/workflows/errorprone.yml
@@ -54,7 +54,8 @@ jobs:
54
set -o pipefail
55
56
# Use -fae (fail-at-end) to build all modules and report failures at the end
57
- mvn -fae clean test-compile -T$(nproc) 2>&1 | tee errorprone.log
+ # Run 'test' phase to compile and test all modules
58
+ mvn -fae clean test -T$(nproc) 2>&1 | tee errorprone.log
59
MVN_EXIT=${PIPESTATUS[0]}
60
61
echo "mvn_exit=${MVN_EXIT}" >> $GITHUB_OUTPUT
0 commit comments