Skip to content

[SYN-1690] fix: menu style #930

[SYN-1690] fix: menu style

[SYN-1690] fix: menu style #930

Workflow file for this run

name: 'Chromatic'
on:
push:
branches:
- 'master'
- 'next'
pull_request:
branches:
- "*"
jobs:
chromatic-deployment:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install dependencies
run: yarn install
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
onlyChanged: true
env:
STORYBOOK_ENV: true