Skip to content

feat(kno-5138): enable popup window for slack auth flow #41

feat(kno-5138): enable popup window for slack auth flow

feat(kno-5138): enable popup window for slack auth flow #41

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 --frozen-lockfile
- name: Run tests
run: yarn test