Skip to content

Commit 1cd9e06

Browse files
committed
just print the version so it's not erroring
1 parent f57e52d commit 1cd9e06

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,5 @@ jobs:
5454
- run: pnpm exec playwright install chromium
5555
- run: pnpm build
5656
# prefetch the storybook cli to reduce fetching errors in tests
57-
- run: pnpx storybook@latest
58-
continue-on-error: true
57+
- run: pnpx storybook@latest --version
5958
- run: pnpm test

0 commit comments

Comments
 (0)