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 24cddf857 [Hotfix][CI] Fix CI error (#3352)
24cddf857 is described below
commit 24cddf857081bc4b522a2576559f0d3b15a49941
Author: Eric <[email protected]>
AuthorDate: Wed Nov 9 18:09:00 2022 +0800
[Hotfix][CI] Fix CI error (#3352)
---
.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 0032332c2..a7d3865e7 100644
--- a/.github/workflows/backend.yml
+++ b/.github/workflows/backend.yml
@@ -211,7 +211,7 @@ jobs:
- name: Make integration test modules
id: it-modules
- if: ${{ steps.filter.outputs.api == 'false' }}
+ if: ${{ steps.filter.outputs.api == 'false' &&
(steps.engine-modules.outputs.modules != '' ||
steps.cv2-modules.outputs.modules != '' ||
steps.cv2-e2e-modules.outputs.modules != '' ||
steps.cv2-flink-e2e-modules.outputs.modules != '' ||
steps.cv2-spark-e2e-modules.outputs.modules != '' ||
steps.engine-e2e-modules.outputs.modules != '') }}
run: |
modules='${{ steps.cv2-e2e-modules.outputs.modules }}${{
steps.cv2-flink-e2e-modules.outputs.modules }}${{
steps.cv2-spark-e2e-modules.outputs.modules }}${{
steps.engine-e2e-modules.outputs.modules }}${{
steps.engine-modules.outputs.modules }}${{ steps.cv2-modules.outputs.modules }}'
modules=${modules: 1}