We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e5ced3 commit 20aa027Copy full SHA for 20aa027
.github/workflows/verify-storybook-builder.yml
@@ -11,6 +11,8 @@ jobs:
11
runs-on: ${{ matrix.runs-on }}
12
name: ${{ matrix.runs-on }}
13
timeout-minutes: 60
14
+ env:
15
+ PUPPETEER_SKIP_DOWNLOAD: true # prevent failures due to puppeteer downloading issues, since it's not used here anyway
16
steps:
17
- uses: actions/checkout@v4
18
0 commit comments