Skip to content

Commit 20aa027

Browse files
committed
fix: prevent puppeteer download issues from blocking storybook-builder tests
1 parent 5e5ced3 commit 20aa027

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/verify-storybook-builder.yml

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
runs-on: ${{ matrix.runs-on }}
1212
name: ${{ matrix.runs-on }}
1313
timeout-minutes: 60
14+
env:
15+
PUPPETEER_SKIP_DOWNLOAD: true # prevent failures due to puppeteer downloading issues, since it's not used here anyway
1416
steps:
1517
- uses: actions/checkout@v4
1618

0 commit comments

Comments
 (0)