Skip to content

refactor(api): get allow user list from context config #2582

refactor(api): get allow user list from context config

refactor(api): get allow user list from context config #2582

Workflow file for this run

#
name: CI
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Install bun
uses: oven-sh/setup-bun@4bc047ad259df6fc24a6c9b0f9a0cb08cf17fbe5 # v2
- run: bun install --frozen-lockfile
- run: bun run build
- run: bun run test:type-check
- run: bun test
--coverage
--coverage-reporter=lcov
--coverage-reporter=text