Skip to content

Bot: Updated File statsig_metadata.go #1294

Bot: Updated File statsig_metadata.go

Bot: Updated File statsig_metadata.go #1294

Workflow file for this run

name: tests
on:
workflow_dispatch:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-20.04
timeout-minutes: 15
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "1.16"
- run: go test -v -race
env:
test_api_key: ${{ secrets.SDK_CONSISTENCY_TEST_COMPANY_API_KEY }}
test_client_key: ${{ secrets.KONG_CLIENT_SDK_KEY }}