Skip to content

build: Set codegen-units to 1 for release profile. #302

build: Set codegen-units to 1 for release profile.

build: Set codegen-units to 1 for release profile. #302

Workflow file for this run

name: frontend-test
on:
push:
branches:
- main
pull_request:
jobs:
test:
defaults:
run:
working-directory: ./frontend
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: actions/setup-node@v4
with:
node-version-file: frontend/.node-version
cache: npm
cache-dependency-path: frontend/package-lock.json
- run: npm ci
- run: npm run test