From a78ee04dc8bb55310dc7f9418543bac18ae4d484 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Wed, 25 Jun 2025 12:05:15 +0800 Subject: [PATCH] run storybook tests in CI --- .github/workflows/tests.yml | 3 +++ 1 file changed, 3 insertions(+) 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