Skip to content

fix: consent and logout integration logic #462

fix: consent and logout integration logic

fix: consent and logout integration logic #462

Workflow file for this run

name: Run Tests
on:
pull_request:
push:
branches:
- main
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18"
- run: npm ci --legacy-peer-deps
- run: npm run test
- run: npm run build