Skip to content

Commit

Permalink
[CI] Fix CI not run Kudu/AmazonSQS IT when not change api (apache#5955)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hisoka-X authored and DESKTOP-GHPCOV0\dingaolong committed Dec 19, 2023
1 parent 47d2ff8 commit f490924
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -994,7 +994,6 @@ jobs:
distribution: 'temurin'
cache: 'maven'
- name: run kudu connector integration test
if: needs.changes.outputs.api == 'true'
run: |
./mvnw -B -T 1 verify -DskipUT=true -DskipIT=false -D"license.skipAddThirdParty"=true --no-snapshot-updates -pl :connector-kudu-e2e -am -Pci
env:
Expand All @@ -1018,7 +1017,6 @@ jobs:
distribution: 'temurin'
cache: 'maven'
- name: run amazonsqs connector integration test
if: needs.changes.outputs.api == 'true'
run: |
./mvnw -B -T 1 verify -DskipUT=true -DskipIT=false -D"license.skipAddThirdParty"=true --no-snapshot-updates -pl :connector-amazonsqs-e2e -am -Pci
env:
Expand Down

0 comments on commit f490924

Please sign in to comment.