Skip to content

Commit

Permalink
feat: local and remote trigger Java common SDK testing (#83)
Browse files Browse the repository at this point in the history
* java test triggering
  • Loading branch information
typotter authored Dec 10, 2024
1 parent 7a62c9f commit 5a62c69
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test-sdks-remote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,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-jdk", workflow: "lint-test-sdk.yml", ref: "main" }
- { 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 @@ -14,7 +14,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@main
with:
test_data_branch: ${{ github.head_ref || github.ref_name }}
sdk_branch: main

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

0 comments on commit 5a62c69

Please sign in to comment.