File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 82
82
test-node-server-sdk :
83
83
uses : Eppo-exp/node-server-sdk/.github/workflows/lint-test-sdk.yml@tp/workflows/remote
84
84
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
86
87
87
88
test-node-client-sdk :
88
89
runs-on : ubuntu-latest
@@ -147,7 +148,8 @@ jobs:
147
148
test-php-sdk :
148
149
uses : Eppo-exp/php-sdk/.github/workflows/run-tests.yml@tp/workflows/remote
149
150
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
151
153
152
154
test-ruby-sdk :
153
155
runs-on : ubuntu-latest
@@ -205,4 +207,5 @@ jobs:
205
207
test-dotnet-sdk :
206
208
uses : Eppo-exp/dot-net-server-sdk/.github/workflows/run-tests.yml@tp/workflows/remote
207
209
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
You can’t perform that action at this time.
0 commit comments