File tree Expand file tree Collapse file tree 2 files changed +23
-15
lines changed Expand file tree Collapse file tree 2 files changed +23
-15
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,25 @@ jobs:
129
129
trigger_workflow : true
130
130
wait_workflow : true
131
131
132
+ test-golang-sdk :
133
+ runs-on : ubuntu-latest
134
+ steps :
135
+ - name : Display workflow details
136
+ shell : bash
137
+ run : |
138
+ echo "Testing eppo-exp/golang-sdk"
139
+ - name : Run remote workflow
140
+ uses :
convictional/[email protected]
141
+ with :
142
+ owner : Eppo-exp
143
+ repo : golang-sdk
144
+ workflow_file_name : test.yml
145
+ ref : tp/workflows/remote
146
+ github_token : ${{ secrets.AUTH_TOKEN }}
147
+ wait_interval : 10
148
+ propagate_failure : true
149
+ trigger_workflow : true
150
+ wait_workflow : true
132
151
test-dotnet-sdk :
133
152
runs-on : ubuntu-latest
134
153
steps :
Original file line number Diff line number Diff line change @@ -139,21 +139,10 @@ jobs:
139
139
run : make test
140
140
141
141
test-golang-sdk :
142
- runs-on : ubuntu-latest
143
- steps :
144
- - name : Checkout Go SDK
145
- uses : actions/checkout@v3
146
- with :
147
- repository : ' Eppo-exp/golang-sdk'
148
- - uses : actions/setup-go@v3
149
- with :
150
- go-version : 1.19
151
- - name : Build
152
- run : go build -v ./...
153
- - name : ' Set up GCP SDK for downloading test data'
154
- uses : ' google-github-actions/setup-gcloud@v0'
155
- - name : Run tests
156
- run : make test
142
+ uses : Eppo-exp/golang-sdk/.github/workflows/test.yml@main
143
+ with :
144
+ test_data_branch : ${{ github.head_ref || github.ref_name }}
145
+ sdk_branch : main
157
146
158
147
test-dotnet-sdk :
159
148
uses : Eppo-exp/dot-net-server-sdk/.github/workflows/run-tests.yml@main
You can’t perform that action at this time.
0 commit comments