Skip to content

[release] 5.0.0 - Use New Domains for Initialize and Logging (#490) #1801

[release] 5.0.0 - Use New Domains for Initialize and Logging (#490)

[release] 5.0.0 - Use New Domains for Initialize and Logging (#490) #1801

Workflow file for this run

name: KONG
on:
workflow_dispatch:
pull_request:
branches: [main]
push:
branches: [main]
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
jobs:
KONG:
timeout-minutes: 8
runs-on: ubuntu-latest
steps:
- name: Get KONG
run: git clone https://oauth2:[email protected]/statsig-io/kong.git .
- name: Install Deps
run: npm install
- name: Setup JS SDK
run: npm run kong -- setup js -v
- name: Build Bridge Image
run: npm run kong -- build js -v
- name: Run Tests
run: npm run kong -- test js -v -r