We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f5783f commit de02263Copy full SHA for de02263
.github/workflows/lighthouse-report.yml
@@ -18,11 +18,11 @@ jobs:
18
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3
19
20
- name: Wait for the Netlify Preview
21
- uses: andrewnicols/wait-for-netlify-preview@v1.0.6
+ uses: andrewnicols/wait-for-netlify-preview@v1
22
id: netlify
23
with:
24
site_id: "3c056055-e1bd-4cfd-8a02-ed35ab7aedfa"
25
- max_timeout: 600
+ max_timeout: 900
26
netlify_secret: ${{ secrets.NETLIFY_SECRET }}
27
28
- name: Audit URLs using Lighthouse
0 commit comments