Skip to content

Commit

Permalink
[hotfix] github action script contains duplicate (#9984)
Browse files Browse the repository at this point in the history
Co-authored-by: Rong Rong <[email protected]>
  • Loading branch information
walterddr and Rong Rong authored Dec 14, 2022
1 parent 1870f66 commit 7d20fbb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/scripts/.pinot_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,17 @@ if [ "$RUN_INTEGRATION_TESTS" != false ]; then
fi
else
# Unit Tests
# - TEST_SET#1 runs install and test together so the module list must ensure no additional modules were tested
# due to the -am flag (include dependency modules)
if [ "$RUN_TEST_SET" == "1" ]; then
mvn clean install -am -B \
-pl 'pinot-spi' \
-pl 'pinot-segment-spi' \
-pl 'pinot-common' \
-pl 'pinot-segment-local' \
-pl 'pinot-core' \
-pl 'pinot-query-planner' \
-pl 'pinot-query-runtime' \
-pl 'pinot-server' \
-pl ':pinot-yammer' \
-pl ':pinot-avro-base' \
Expand All @@ -66,6 +70,8 @@ else
-pl '!pinot-common' \
-pl '!pinot-segment-local' \
-pl '!pinot-core' \
-pl '!pinot-query-planner' \
-pl '!pinot-query-runtime' \
-pl '!pinot-server' \
-pl '!:pinot-yammer' \
-pl '!:pinot-avro-base' \
Expand Down

0 comments on commit 7d20fbb

Please sign in to comment.