Skip to content

Commit

Permalink
Merge pull request #2892 from modernweb-dev/fix/puppeteer-blocking-st…
Browse files Browse the repository at this point in the history
…orybook-builder-tests

fix: prevent puppeteer download issues from blocking storybook-builder tests
  • Loading branch information
bashmish authored Feb 18, 2025
2 parents 5e5ced3 + 20aa027 commit 96afc6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/verify-storybook-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
runs-on: ${{ matrix.runs-on }}
name: ${{ matrix.runs-on }}
timeout-minutes: 60
env:
PUPPETEER_SKIP_DOWNLOAD: true # prevent failures due to puppeteer downloading issues, since it's not used here anyway
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 96afc6b

Please sign in to comment.