Skip to content

fix: Popper Timeout Tracking (#1417) #1620

fix: Popper Timeout Tracking (#1417)

fix: Popper Timeout Tracking (#1417) #1620

Workflow file for this run

name: Chromatic
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- name: Install dependencies
run: yarn
- name: Build Storybook
run: yarn build:storybook
- uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
storybookBuildDir: "storybook-static"