Skip to content

Merge branch 'feat/NDS-701_textfields_v5' into feat/NDS-810_design_qa… #498

Merge branch 'feat/NDS-701_textfields_v5' into feat/NDS-810_design_qa…

Merge branch 'feat/NDS-701_textfields_v5' into feat/NDS-810_design_qa… #498

Workflow file for this run

name: 'Chromatic'
on: push
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