diff --git a/.github/workflows/storybook-tests.yml b/.github/workflows/storybook-tests.yml index e4cb090d..cdcab80b 100644 --- a/.github/workflows/storybook-tests.yml +++ b/.github/workflows/storybook-tests.yml @@ -14,7 +14,7 @@ jobs: - name: Install Playwright run: npx playwright install --with-deps - name: Build Storybook - run: npm run build-storybook --quiet + run: npm run build-storybook --quiet --test - name: Serve Storybook and run tests run: | npx concurrently -k -s first -n "SB,TEST" -c "magenta,blue" \