Skip to content

Move responsibility of protecting routes out of hooks.server.ts #91

Move responsibility of protecting routes out of hooks.server.ts

Move responsibility of protecting routes out of hooks.server.ts #91

Workflow file for this run

name: Unit Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
main:
timeout-minutes: 10
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- name: Install dependencies
run: yarn
- name: Run integration tests
run: yarn test:unit run
env:
CI: true