Skip to content

Commit

Permalink
Add comment for excluding jetcd-core-shaded from integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
Shawyeok committed Nov 18, 2024
1 parent 6b54df8 commit 964b5ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bk-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,8 @@ jobs:
run: mvn -B -nsu clean install -Pdocker -DskipTests

- name: Run metadata driver tests
# Exclude jetcd-core-shaded from integration tests, as it’s a POM-only project used internally,
# and maven prioritizes workspace artifacts during testing.
run: mvn -B -nsu -f metadata-drivers/pom.xml -pl '!jetcd-core-shaded' test -DintegrationTests

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

0 comments on commit 964b5ed

Please sign in to comment.