Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/test-sdks-remote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- { repo: "dot-net-server-sdk", workflow: "run-tests.yml", ref: "main" }
- { repo: "eppo-ios-sdk", workflow: "unit-tests.yml", ref: "main" }
- { repo: "golang-sdk", workflow: "test.yml", ref: "main" }
- { repo: "sdk-common-jvm", workflow: "lint-test-sdk.yml", ref: "tp/apibranch" }
- { repo: "java-server-sdk", workflow: "lint-test-sdk.yml", ref: "main" }
- { repo: "js-client-sdk", workflow: "lint-test-sdk.yml", ref: "main" }
- { repo: "node-server-sdk", workflow: "lint-test-sdk.yml", ref: "main" }
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/test-sdks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@ jobs:
with:
test_data_branch: ${{ github.head_ref || github.ref_name }}
sdk_branch: main


test-java-common-sdk:
uses: Eppo-exp/sdk-common-jdk/.github/workflows/lint-test-sdk.yml@tp/apibranch
with:
test_data_branch: tp/fail/test
sdk_branch: tp/apibranch

test-android-sdk:
uses: Eppo-exp/android-sdk/.github/workflows/test.yaml@main
with:
Expand Down
Loading