Skip to content

Build all projects before trying to build playground #6

Build all projects before trying to build playground

Build all projects before trying to build playground #6

Workflow file for this run

name: Run Vitest
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
vitest:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- run: npm ci
- run: npm run build
- run: npm run test