File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
1
name : Test SDKs Locally
2
2
3
- env :
4
- TEST_DATA_BRANCH_NAME : ${{ github.head_ref || github.ref_name }}
5
-
6
3
on :
7
4
pull_request :
8
5
85
82
test-node-server-sdk :
86
83
uses : Eppo-exp/node-server-sdk/.github/workflows/lint-test-sdk.yml@tp/workflows/remote
87
84
with :
88
- test_data_branch : ${{ env.TEST_DATA_BRANCH_NAME }}
85
+ test_data_branch : ${{ github.head_ref || github.ref_name }}
89
86
sdk_branch : main
90
87
91
88
test-node-client-sdk :
@@ -151,7 +148,7 @@ jobs:
151
148
test-php-sdk :
152
149
uses : Eppo-exp/php-sdk/.github/workflows/run-tests.yml@tp/workflows/remote
153
150
with :
154
- test_data_branch : ${{ env.TEST_DATA_BRANCH_NAME }}
151
+ test_data_branch : ${{ github.head_ref || github.ref_name }}
155
152
sdk_branch : main
156
153
157
154
test-ruby-sdk :
@@ -210,5 +207,5 @@ jobs:
210
207
test-dotnet-sdk :
211
208
uses : Eppo-exp/dot-net-server-sdk/.github/workflows/run-tests.yml@tp/workflows/remote
212
209
with :
213
- test_data_branch : ${{ env.TEST_DATA_BRANCH_NAME }}
210
+ test_data_branch : ${{ github.head_ref || github.ref_name }}
214
211
sdk_branch : main
You can’t perform that action at this time.
0 commit comments