Update gha

This commit is contained in:
Pearl Dsilva 2026-01-14 12:23:39 -05:00
parent 238d07276f
commit 43345d4ab8
1 changed files with 2 additions and 1 deletions

View File

@ -54,7 +54,8 @@ jobs:
set -o pipefail
# Use -fae (fail-at-end) to build all modules and report failures at the end
mvn -fae clean test-compile -T$(nproc) 2>&1 | tee errorprone.log
# Run 'test' phase to compile and test all modules
mvn -fae clean test -T$(nproc) 2>&1 | tee errorprone.log
MVN_EXIT=${PIPESTATUS[0]}
echo "mvn_exit=${MVN_EXIT}" >> $GITHUB_OUTPUT