Skip to content

[release] 2.3.1 - Sampling patch for edge case (#370) #2271

[release] 2.3.1 - Sampling patch for edge case (#370)

[release] 2.3.1 - Sampling patch for edge case (#370) #2271

Workflow file for this run

name: KONG
on:
workflow_dispatch:
pull_request:
branches: [main, performance-improvements]
push:
branches: [main, performance-improvements]
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 }}
sdk_branch: ${{ github.head_ref }}
FORCE_COLOR: true
jobs:
KONG:
timeout-minutes: 10
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 Ruby SDK
run: npm run kong -- setup ruby -v
- name: Build Bridge
run: npm run kong -- build ruby -v
- name: Run Tests
run: npm run kong -- test ruby -r