Skip to content

feat(apps/staking): Disable query polling #447

feat(apps/staking): Disable query polling

feat(apps/staking): Disable query polling #447

Workflow file for this run

name: 'Chromatic'
on: push
jobs:
chromatic-deployment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0 #required to retrieve git history
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: 16
cache: 'yarn'
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Build Storybook
run: yarn build-storybook
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
storybookBuildDir: 'apps/staking/storybook-static'
token: ${{ secrets.GITHUB_TOKEN }}
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}