Skip to content

Migrate test command from jest to vitest #2

Migrate test command from jest to vitest

Migrate test command from jest to vitest #2

Workflow file for this run

name: run test and lint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '12.x'
registry-url: 'https://registry.npmjs.org'
- run: yarn install --frozen-lockfile
- run: yarn run test