Skip to content

Revert "Update command runner" #300

Revert "Update command runner"

Revert "Update command runner" #300

Workflow file for this run

name: "Chromatic"
on:
pull_request_target:
branches:
- release/**
push:
branches:
- release/**
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: yarn
- name: build examples
run: |
yarn run build-storybook
- name: upload storybook to chromatic
uses: chromaui/action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
storybookBuildDir: storybook-static