Skip to content

Commit 4a77117

Browse files
authored
chore: prefetch storybook cli during CI tests (#622)
1 parent cadaf9e commit 4a77117

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,6 @@ jobs:
5353
- run: pnpm install --frozen-lockfile
5454
- run: pnpm exec playwright install chromium
5555
- run: pnpm build
56+
# prefetch the storybook cli to reduce fetching errors in tests
57+
- run: pnpx storybook@latest --version
5658
- run: pnpm test

0 commit comments

Comments
 (0)