Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

(Docs): Add migration guide to new addons #80

(Docs): Add migration guide to new addons

(Docs): Add migration guide to new addons #80

Workflow file for this run

name: Run test suite
on:
push:
branches:
- main
- next
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
name: Unit tests
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v3
- name: Set node version to ${{ matrix.node_version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node_version }}
cache: "npm"
- name: Install dependencies
run: yarn
- name: Run Vitest
run: yarn test --run