From a3adfc79fce9f094e1f84371e2ddaad5ebe00ab5 Mon Sep 17 00:00:00 2001 From: nikek Date: Mon, 18 May 2020 16:53:55 +0200 Subject: [PATCH] manually build storybook before the chromatic action --- .github/workflows/chromatic-storybook-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chromatic-storybook-test.yml b/.github/workflows/chromatic-storybook-test.yml index 9ba600ed6b..34c3c9f7d6 100644 --- a/.github/workflows/chromatic-storybook-test.yml +++ b/.github/workflows/chromatic-storybook-test.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 # Required to retrieve git history - - run: yarn install + - run: yarn install && yarn build-storybook - uses: chromaui/action@v1 with: token: ${{ secrets.GITHUB_TOKEN }}