Skip to content

Commit

Permalink
Exclude jetcd-core-shaded from metadata driver integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
Shawyeok committed Nov 17, 2024
1 parent b328811 commit 6b54df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bk-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ jobs:
run: mvn -B -nsu clean install -Pdocker -DskipTests

- name: Run metadata driver tests
run: mvn -B -nsu -f metadata-drivers/pom.xml test -DintegrationTests
run: mvn -B -nsu -f metadata-drivers/pom.xml -pl '!jetcd-core-shaded' test -DintegrationTests

- name: Run all integration tests (except backward compatibility tests)
run: |
Expand Down

0 comments on commit 6b54df8

Please sign in to comment.