File tree Expand file tree Collapse file tree 2 files changed +24
-15
lines changed Expand file tree Collapse file tree 2 files changed +24
-15
lines changed Original file line number Diff line number Diff line change 7
7
workflow_dispatch :
8
8
9
9
jobs :
10
+
11
+ test-java-sdk :
12
+ runs-on : ubuntu-latest
13
+ steps :
14
+ - name : Display workflow details
15
+ shell : bash
16
+ run : |
17
+ echo "Testing Eppo-exp/java-server-sdk"
18
+ - name : Run remote workflow
19
+ uses :
convictional/[email protected]
20
+ with :
21
+ owner : Eppo-exp
22
+ repo : java-server-sdk
23
+ workflow_file_name : run-tests.yml
24
+ ref : tp/workflows/remote
25
+ github_token : ${{ secrets.AUTH_TOKEN }}
26
+ wait_interval : 10
27
+ propagate_failure : true
28
+ trigger_workflow : true
29
+ wait_workflow : true
10
30
11
31
test-php-sdk :
12
32
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 9
9
jobs :
10
10
11
11
test-java-sdk :
12
- runs-on : macos-latest
13
- steps :
14
- - name : Check out Java SDK
15
- uses : actions/checkout@v3
16
- with :
17
- repository : ' Eppo-exp/java-server-sdk'
18
- - name : Set up JDK 11
19
- uses : actions/setup-java@v3
20
- with :
21
- java-version : ' 11'
22
- distribution : ' adopt'
23
- - name : ' Set up GCP SDK'
24
- uses : ' google-github-actions/setup-gcloud@v0'
25
- - name : Run tests
26
- run : make test
12
+ uses : Eppo-exp/java-server-sdk/.github/workflows/lint-test-sdk.yml@tp/workflows/remote
13
+ with :
14
+ test_data_branch : ${{ github.head_ref || github.ref_name }}
15
+ sdk_branch : main
27
16
28
17
test-android-sdk :
29
18
runs-on : macos-latest
You can’t perform that action at this time.
0 commit comments