Skip to content

Merge pull request #820 from Orfium/feat/NDS-985_table_v5 #929

Merge pull request #820 from Orfium/feat/NDS-985_table_v5

Merge pull request #820 from Orfium/feat/NDS-985_table_v5 #929

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