Skip to content

Bot: Updated File/s [statsig/version.py] (#202) #2037

Bot: Updated File/s [statsig/version.py] (#202)

Bot: Updated File/s [statsig/version.py] (#202) #2037

Workflow file for this run

name: KONG
env:
test_api_key: ${{ secrets.KONG_SERVER_SDK_KEY }}
test_client_key: ${{ secrets. KONG_CLIENT_SDK_KEY }}
repo_pat: ${{ secrets.KONG_FINE_GRAINED_REPO_PAT }}
FORCE_COLOR: true
on:
workflow_dispatch:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
KONG:
timeout-minutes: 7
runs-on: ubuntu-latest
steps:
- name: Get KONG
run: |
git clone https://oauth2:[email protected]/statsig-io/kong.git .
- uses: actions/setup-node@v1
with:
node-version: "16.x"
- name: Install Deps
run: npm install
- name: Setup Python SDK
run: npm run kong -- setup python -v
- name: Build Bridge
run: npm run kong -- build python -v
- name: Run Tests
run: npm run kong -- test python -v -r