Skip to content

Bump vitest from 0.33.0 to 0.34.1 #8

Bump vitest from 0.33.0 to 0.34.1

Bump vitest from 0.33.0 to 0.34.1 #8

Workflow file for this run

name: Run tests
on:
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v2
with:
node-version: 16
registry-url: https://registry.npmjs.org
- run: yarn
- run: yarn generate
- run: yarn test