Skip to content

Commit f7658b2

Browse files
committed
update
1 parent 9e39cb3 commit f7658b2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/stage.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,18 @@ function get_test_modules_for_stage() {
5454
local modules_spark=$MODULES_SPARK
5555
local modules_lake=$MODULES_LAKE
5656
local negated_flink=\!${MODULES_FLINK//,/,\!}
57+
local negated_spark=\!${MODULES_SPARK//,/,\!}
5758
local negated_lake=\!${MODULES_LAKE//,/,\!}
58-
local modules_core="$negated_flink,$negated_lake"
59+
local modules_core="$negated_flink,$negated_spark,$negated_lake"
5960

6061
case ${stage} in
6162
(${STAGE_CORE})
6263
echo "-pl $modules_core"
6364
;;
6465
(${STAGE_FLINK})
6566
echo "-pl fluss-test-coverage,$modules_flink"
66-
(${STAGE_SPSARK})
67+
;;
68+
(${STAGE_SPARK})
6769
echo "-pl fluss-test-coverage,$modules_spark"
6870
;;
6971
(${STAGE_LAKE})

0 commit comments

Comments
 (0)