File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 23
23
- { repo: "dot-net-server-sdk", workflow: "run-tests.yml", ref: "main" }
24
24
- { repo: "eppo-ios-sdk", workflow: "unit-tests.yml", ref: "main" }
25
25
- { repo: "golang-sdk", workflow: "test.yml", ref: "main" }
26
+ - { repo: "sdk-common-jdk", workflow: "lint-test-sdk.yml", ref: "main" }
26
27
- { repo: "java-server-sdk", workflow: "lint-test-sdk.yml", ref: "main" }
27
28
- { repo: "js-client-sdk", workflow: "lint-test-sdk.yml", ref: "main" }
28
29
- { repo: "node-server-sdk", workflow: "lint-test-sdk.yml", ref: "main" }
Original file line number Diff line number Diff line change 14
14
with :
15
15
test_data_branch : ${{ github.head_ref || github.ref_name }}
16
16
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
+
18
24
test-android-sdk :
19
25
uses : Eppo-exp/android-sdk/.github/workflows/test.yaml@main
20
26
with :
You can’t perform that action at this time.
0 commit comments