This is an automated email from the ASF dual-hosted git repository.
liugddx 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 d3b59d88c [Hotfix] Fix the CI Job name error (#5032)
d3b59d88c is described below
commit d3b59d88c7dddaa1aa7b8ecf90e64098b78b239f
Author: Eric <[email protected]>
AuthorDate: Thu Jul 6 17:43:07 2023 +0800
[Hotfix] Fix the CI Job name error (#5032)
---
.github/workflows/backend.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml
index bb2ec9530..2da9711d8 100644
--- a/.github/workflows/backend.yml
+++ b/.github/workflows/backend.yml
@@ -363,7 +363,7 @@ jobs:
java-version: ${{ matrix.java }}
distribution: 'temurin'
cache: 'maven'
- - name: run updated modules integration test (part-2)
+ - name: run updated modules integration test (part-3)
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}} 4 2`
@@ -392,7 +392,7 @@ jobs:
java-version: ${{ matrix.java }}
distribution: 'temurin'
cache: 'maven'
- - name: run updated modules integration test (part-2)
+ - name: run updated modules integration test (part-4)
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}} 4 3`