Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-ext-simba-jf committed Nov 7, 2024
1 parent 3aac6be commit 16de9b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/container/test_component.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ for c in "${CATEGORY[@]}"; do
--batch-mode --show-version
popd >& /dev/null
else
pushd TestOnly >& /dev/null
echo "[INFO] Run $c tests"
$MVNW_EXE -DjenkinsIT \
-Djava.io.tmpdir=$WORKSPACE \
Expand All @@ -114,6 +115,7 @@ for c in "${CATEGORY[@]}"; do
-Dnot-self-contained-jar $ADDITIONAL_MAVEN_PROFILE \
verify \
--batch-mode --show-version
popd >& /dev/null
fi
done
IFS=' '

0 comments on commit 16de9b3

Please sign in to comment.