We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cadaf9e commit 4a77117Copy full SHA for 4a77117
.github/workflows/ci.yml
@@ -53,4 +53,6 @@ jobs:
53
- run: pnpm install --frozen-lockfile
54
- run: pnpm exec playwright install chromium
55
- run: pnpm build
56
+ # prefetch the storybook cli to reduce fetching errors in tests
57
+ - run: pnpx storybook@latest --version
58
- run: pnpm test
0 commit comments