diff --git a/.github/workflows/auto-test.yml b/.github/workflows/auto-test.yml index 671a175e2..2cd8f1cae 100644 --- a/.github/workflows/auto-test.yml +++ b/.github/workflows/auto-test.yml @@ -35,6 +35,11 @@ jobs: node-version: 14.21.x cache: 'yarn' + - name: Start + run: | + yarn storybook + + - name: Test run: | yarn run auto-test