Skip to content

Commit 5a62c69

Browse files
authored
feat: local and remote trigger Java common SDK testing (#83)
* java test triggering
1 parent 7a62c9f commit 5a62c69

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/test-sdks-remote.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- { repo: "dot-net-server-sdk", workflow: "run-tests.yml", ref: "main" }
2424
- { repo: "eppo-ios-sdk", workflow: "unit-tests.yml", ref: "main" }
2525
- { repo: "golang-sdk", workflow: "test.yml", ref: "main" }
26+
- { repo: "sdk-common-jdk", workflow: "lint-test-sdk.yml", ref: "main" }
2627
- { repo: "java-server-sdk", workflow: "lint-test-sdk.yml", ref: "main" }
2728
- { repo: "js-client-sdk", workflow: "lint-test-sdk.yml", ref: "main" }
2829
- { repo: "node-server-sdk", workflow: "lint-test-sdk.yml", ref: "main" }

.github/workflows/test-sdks.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,13 @@ jobs:
1414
with:
1515
test_data_branch: ${{ github.head_ref || github.ref_name }}
1616
sdk_branch: main
17-
17+
18+
test-java-common-sdk:
19+
uses: Eppo-exp/sdk-common-jdk/.github/workflows/lint-test-sdk.yml@main
20+
with:
21+
test_data_branch: ${{ github.head_ref || github.ref_name }}
22+
sdk_branch: main
23+
1824
test-android-sdk:
1925
uses: Eppo-exp/android-sdk/.github/workflows/test.yaml@main
2026
with:

0 commit comments

Comments
 (0)