Skip to content

test: cover PKCE callback token exchange (#69) #67

test: cover PKCE callback token exchange (#69)

test: cover PKCE callback token exchange (#69) #67

Workflow file for this run

name: Test
on:
pull_request:
branches: [main]
push:
branches: [main]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 9
- uses: actions/setup-node@v4
with:
node-version: "20"
cache: "pnpm"
- run: pnpm install
- run: pnpm test
- run: pnpm build