Skip to content

migrate from yarn to pnpm #60

migrate from yarn to pnpm

migrate from yarn to pnpm #60

Workflow file for this run

name: Test
on: [push,workflow_call]
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v3
- name: Dependencies
run: pnpm install
- name: Typecheck
run: pnpm tsc
- name: Tests
uses: GabrielBB/xvfb-action@v1.0
with:
run: pnpm test