Skip to content

fix(kno-5315): add redirect url env var #137

fix(kno-5315): add redirect url env var

fix(kno-5315): add redirect url env var #137

Workflow file for this run

name: CI/CD
on:
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20.x"
registry-url: "https://registry.npmjs.org"
scope: "@knocklabs"
- name: Install dependencies
run: yarn --immutable
- name: Run tests
run: yarn test