Skip to content

Commit

Permalink
ci: bump wait-for-netlify and lighthouse-ci actions
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander committed Jan 12, 2024
1 parent 97ea70f commit 10edbdb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/lighthouse-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@ jobs:
if: ${{ github.repository_owner == 'inclusive-design'}}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Wait for the Netlify Preview
uses: jakepartusch/wait-for-netlify-action@v1
id: netlify
with:
site_name: 'wecount'
max_timeout: 300
- name: Audit URLs using Lighthouse
uses: treosh/lighthouse-ci-action@v3
uses: treosh/lighthouse-ci-action@v10
with:
runs: 3
urls: |
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/lighthouse-mobile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@ jobs:
if: ${{ github.repository_owner == 'inclusive-design'}}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Wait for the Netlify Preview
uses: jakepartusch/wait-for-netlify-action@v1
id: netlify
with:
site_name: 'wecount'
max_timeout: 300
- name: Audit URLs using Lighthouse
uses: treosh/lighthouse-ci-action@v3
uses: treosh/lighthouse-ci-action@v10
with:
runs: 3
urls: |
Expand Down

0 comments on commit 10edbdb

Please sign in to comment.