This is an automated email from the ASF dual-hosted git repository.
tyrantlucifer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git
The following commit(s) were added to refs/heads/dev by this push:
new aec92cf24 [Hotfix][CI] Fix the CI bug (#3273)
aec92cf24 is described below
commit aec92cf24814374bded6d66fa11fb2b8c56ade7a
Author: Tyrantlucifer <[email protected]>
AuthorDate: Wed Nov 2 21:59:27 2022 +0800
[Hotfix][CI] Fix the CI bug (#3273)
* [Hotfix][CI] Fix the bug when delete modules it will run CI failed
* [Hotfix][CI] Fix the CI bug
---
.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 277e339a9..b1dd0dc94 100644
--- a/.github/workflows/backend.yml
+++ b/.github/workflows/backend.yml
@@ -298,7 +298,7 @@ jobs:
MAVEN_OPTS: -Xmx2048m
- name: run updated modules integration test
- if: needs.changes.outputs.api == 'false'
+ if: needs.changes.outputs.api == 'false' &&
needs.changes.outputs.it-modules != ''
run: |
./mvnw -T 1C -B verify -DskipUT=true -DskipIT=false
-D"checkstyle.skip"=true -D"license.skipAddThirdParty"=true
--no-snapshot-updates -pl ${{needs.changes.outputs.it-modules}} -am -amd
-Pno_dist
env: