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 f57e52d commit 1cd9e06Copy full SHA for 1cd9e06
.github/workflows/ci.yml
@@ -54,6 +54,5 @@ jobs:
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
58
- continue-on-error: true
+ - run: pnpx storybook@latest --version
59
- run: pnpm test
0 commit comments