mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-10 12:27:48 +00:00
added test run for go sdk build
This commit is contained in:
6
.github/workflows/build-go-sdk.yml
vendored
6
.github/workflows/build-go-sdk.yml
vendored
@@ -1,5 +1,10 @@
|
||||
name: "Build and push go sdk"
|
||||
|
||||
env:
|
||||
SAIL_CLIENT_ID: ${{ secrets.SDK_TEST_TENANT_CLIENT_ID }}
|
||||
SAIL_CLIENT_SECRET: ${{ secrets.SDK_TEST_TENANT_CLIENT_SECRET }}
|
||||
SAIL_BASE_URL: ${{ secrets.SDK_TEST_TENANT_BASE_URL }}
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
@@ -81,6 +86,7 @@ jobs:
|
||||
cd golang-sdk/
|
||||
go get -d ./...
|
||||
go install
|
||||
go test
|
||||
|
||||
git config --unset-all http.https://github.com/.extraheader
|
||||
git config --local user.email "tyler.mairose@sailpoint.com"
|
||||
|
||||
Reference in New Issue
Block a user