Skip to content

Merge pull request #37 from HackYourFuture-CPH/AdditionalDesign #134

Merge pull request #37 from HackYourFuture-CPH/AdditionalDesign

Merge pull request #37 from HackYourFuture-CPH/AdditionalDesign #134

Workflow file for this run

name: Storybook
on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 18.0.x
uses: actions/setup-node@v1
with:
node-version: 18.x
- run: yarn install
env:
CI: true
- name: Run Storybook
run: yarn workspace client run storybook -- --ci --smoke-test --quiet