This is an automated email from the ASF dual-hosted git repository.
fanjia pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git
The following commit(s) were added to refs/heads/dev by this push:
new 5697e16235 [E2E] [Action] Fixed action related err (#6264)
5697e16235 is described below
commit 5697e162358885bebfa2b5ca2d28b04352af296b
Author: ic4y <[email protected]>
AuthorDate: Mon Jan 22 15:04:07 2024 +0800
[E2E] [Action] Fixed action related err (#6264)
---
.github/workflows/backend.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml
index e636f04c25..0fdd949f55 100644
--- a/.github/workflows/backend.yml
+++ b/.github/workflows/backend.yml
@@ -307,7 +307,7 @@ jobs:
- name: run updated modules integration test (part-1)
if: needs.changes.outputs.api == 'false' &&
needs.changes.outputs.it-modules != ''
run: |
- sub_modules=`python
tools/update_modules_check/update_modules_check.py sub_update_it_module
${{needs.changes.outputs.it-modules}} 7 0`
+ sub_modules=`python
tools/update_modules_check/update_modules_check.py sub_update_it_module
${{needs.changes.outputs.it-modules}} 8 0`
if [ ! -z $sub_modules ]; then
./mvnw -T 1 -B verify -DskipUT=true -DskipIT=false
-D"license.skipAddThirdParty"=true --no-snapshot-updates -pl $sub_modules -am
-Pci
else