Skip to content

fix: fonts.css isn't loaded in build mode (#21) #125

fix: fonts.css isn't loaded in build mode (#21)

fix: fonts.css isn't loaded in build mode (#21) #125

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-node@v3
with:
node-version: '18.x'
corepack-enable: true
registry-url: 'https://registry.npmjs.org'
- name: Deps
run: |
corepack enable
pnpm i --frozen-lockfile
- name: Test
run: pnpm -r test