Skip to content

fix: re-add manual font fetching in <Head> (#782) #3383

fix: re-add manual font fetching in <Head> (#782)

fix: re-add manual font fetching in <Head> (#782) #3383

Workflow file for this run

name: Test
on: [push]
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: 'pnpm'
- run: pnpm install --frozen-lockfile
- run: pnpm generate
- run: pnpm setup
env:
NEXT_PUBLIC_PLANNER_ORG_ID: atb
- run: pnpm test