Skip to content

Commit 43345d4

Browse files
committed
Update gha
1 parent 238d072 commit 43345d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/errorprone.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ jobs:
5454
set -o pipefail
5555
5656
# 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
57+
# Run 'test' phase to compile and test all modules
58+
mvn -fae clean test -T$(nproc) 2>&1 | tee errorprone.log
5859
MVN_EXIT=${PIPESTATUS[0]}
5960
6061
echo "mvn_exit=${MVN_EXIT}" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)