File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
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
+
3
6
on :
4
7
pull_request :
5
8
branches : [ "*" ]
82
85
test-node-server-sdk :
83
86
uses : Eppo-exp/node-server-sdk/.github/workflows/lint-test-sdk.yml@tp/workflows/remote
84
87
with :
85
- test_data_branch : ${{ github.head_ref || github.ref_name }}
88
+ test_data_branch : ${{ env.TEST_DATA_BRANCH_NAME }}
86
89
sdk_branch : main
87
90
88
91
test-node-client-sdk :
@@ -148,7 +151,7 @@ jobs:
148
151
test-php-sdk :
149
152
uses : Eppo-exp/php-sdk/.github/workflows/run-tests.yml@tp/workflows/remote
150
153
with :
151
- test_data_branch : ${{ github.head_ref || github.ref_name }}
154
+ test_data_branch : ${{ env.TEST_DATA_BRANCH_NAME }}
152
155
sdk_branch : main
153
156
154
157
test-ruby-sdk :
@@ -203,9 +206,9 @@ jobs:
203
206
uses : ' google-github-actions/setup-gcloud@v0'
204
207
- name : Run tests
205
208
run : make test
206
-
209
+
207
210
test-dotnet-sdk :
208
211
uses : Eppo-exp/dot-net-server-sdk/.github/workflows/run-tests.yml@tp/workflows/remote
209
212
with :
210
- test_data_branch : ${{ github.head_ref || github.ref_name }}
213
+ test_data_branch : ${{ env.TEST_DATA_BRANCH_NAME }}
211
214
sdk_branch : main
You can’t perform that action at this time.
0 commit comments