Skip to content

Commit 20aa027

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
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)