This is an automated email from the ASF dual-hosted git repository.
zhouyao2023 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 21246a3008 Update backend.yml (#7122)
21246a3008 is described below
commit 21246a3008042ecc7b3626d86c51b9a032d023c3
Author: Jia Fan <[email protected]>
AuthorDate: Mon Jul 15 13:43:32 2024 +0800
Update backend.yml (#7122)
---
.github/workflows/backend.yml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml
index b6094aff4d..88a2d59e3f 100644
--- a/.github/workflows/backend.yml
+++ b/.github/workflows/backend.yml
@@ -587,7 +587,6 @@ jobs:
distribution: 'temurin'
cache: 'maven'
- name: run seatunnel zeta on k8s test
- if: needs.changes.outputs.api == 'true'
run: |
./mvnw -T 1 -B verify -DskipUT=true -DskipIT=false
-D"license.skipAddThirdParty"=true --no-snapshot-updates -pl
:seatunnel-engine-k8s-e2e -am -Pci
env:
@@ -1142,4 +1141,4 @@ jobs:
cache: 'maven'
- name: run oracle cdc connector integration test
run: |
- ./mvnw -B -T 1 verify -DskipUT=true -DskipIT=false
-D"license.skipAddThirdParty"=true --no-snapshot-updates -pl
:connector-cdc-oracle-e2e -am -Pci
\ No newline at end of file
+ ./mvnw -B -T 1 verify -DskipUT=true -DskipIT=false
-D"license.skipAddThirdParty"=true --no-snapshot-updates -pl
:connector-cdc-oracle-e2e -am -Pci