Skip to content

Commit a782469

Browse files
committed
spec main branch of SDKs on local test
1 parent a4568fd commit a782469

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/test-sdks.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ jobs:
8282
test-node-server-sdk:
8383
uses: Eppo-exp/node-server-sdk/.github/workflows/lint-test-sdk.yml@tp/workflows/remote
8484
with:
85-
test_data_branch: ${{ github.head_ref || github.ref_name }}
85+
test_data_branch: ${{ github.head_ref || github.ref_name }}
86+
sdk_branch: main
8687

8788
test-node-client-sdk:
8889
runs-on: ubuntu-latest
@@ -147,7 +148,8 @@ jobs:
147148
test-php-sdk:
148149
uses: Eppo-exp/php-sdk/.github/workflows/run-tests.yml@tp/workflows/remote
149150
with:
150-
test_data_branch: ${{ github.head_ref || github.ref_name }}
151+
test_data_branch: ${{ github.head_ref || github.ref_name }}
152+
sdk_branch: main
151153

152154
test-ruby-sdk:
153155
runs-on: ubuntu-latest
@@ -205,4 +207,5 @@ jobs:
205207
test-dotnet-sdk:
206208
uses: Eppo-exp/dot-net-server-sdk/.github/workflows/run-tests.yml@tp/workflows/remote
207209
with:
208-
test_data_branch: ${{ github.head_ref || github.ref_name }}
210+
test_data_branch: ${{ github.head_ref || github.ref_name }}
211+
sdk_branch: main

0 commit comments

Comments
 (0)