Skip to content

Commit 96afc6b

Browse files
authored
Merge pull request #2892 from modernweb-dev/fix/puppeteer-blocking-storybook-builder-tests
fix: prevent puppeteer download issues from blocking storybook-builder tests
2 parents 5e5ced3 + 20aa027 commit 96afc6b

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)