Skip to content

Added testing instructions. #34

Added testing instructions.

Added testing instructions. #34

Workflow file for this run

name: Build Storybook
on:
push:
branches:
- main
pull_request:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
- name: Install dependencies
run: npm ci
- name: Build Storybook
run: npm run build-storybook