diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4b17391c..3a26eadc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -112,6 +112,9 @@ jobs: - name: test:unit working-directory: next-ui run: npm run test:unit + - name: test:storybook + working-directory: next-ui + run: npm run test:storybook - name: lint working-directory: next-ui run: npm run lint