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

Use @storybook/auto-config as postinstall (#82) #76

Use @storybook/auto-config as postinstall (#82)

Use @storybook/auto-config as postinstall (#82) #76

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