Skip to content

Fix NODE_ENV=production build #12

Fix NODE_ENV=production build

Fix NODE_ENV=production build #12

Workflow file for this run

name: Test
on:
pull_request:
jobs:
run-tests:
name: Run tests
runs-on: ubuntu-22.04-2core-arm64
steps:
- uses: actions/checkout@v4
- run: yarn && yarn test