Skip to content

[release] 1.48.0 - Customize Storage Provider (#304) #44

[release] 1.48.0 - Customize Storage Provider (#304)

[release] 1.48.0 - Customize Storage Provider (#304) #44

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 }}
KONG_AZURE_STORAGE_CONNECTION_STRING: ${{ secrets.KONG_AZURE_STORAGE_CONNECTION_STRING }}
FORCE_COLOR: true
jobs:
KONG:
timeout-minutes: 15
runs-on: self-hosted
steps:
- name: Get KONG
run: git clone https://oauth2:[email protected]/statsig-io/kong.git .
- name: Install Deps
run: npm install
- name: Setup iOS SDK
run: npm run kong -- setup ios -v
- name: Run Tests
run: npm run kong -- test ios -v -r