Skip to content

Merge pull request #2037 from visualize-admin/fix/week-dates-global-f… #271

Merge pull request #2037 from visualize-admin/fix/week-dates-global-f…

Merge pull request #2037 from visualize-admin/fix/week-dates-global-f… #271

Workflow file for this run

name: Chromatic
on:
push:
branches: [main]
jobs:
push-storybook:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: "yarn"
cache-dependency-path: "**/yarn.lock"
- run: yarn install --immutable --prefer-offline
- run: yarn lingui compile
- run: yarn chromatic
env:
CHROMATIC_PROJECT_TOKEN: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}