Skip to content

Commit

Permalink
chore(ci): upgrades lighthouse back to 11.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrebb committed Oct 21, 2023
1 parent 88b56a4 commit 1dcf97a
Show file tree
Hide file tree
Showing 3 changed files with 490 additions and 92 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/test-psi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,19 +63,3 @@ jobs:
run: |
cd _ci/perf
npm run -s psi -- ${{ github.ref_name == 'main' && 'https://www.dgrebb.com/?roboto' || 'https://stg.dgrebb.com/?roboto' }} --key=${{ secrets.PSI_APIKEY }} --prettyprint=true --strategy=desktop >> $GITHUB_STEP_SUMMARY
# - name: PageSpeed Insights Mobile
# id: psim
# uses: stefafafan/psi-action@v1
# with:
# url: ${{ github.ref_name == 'main' && 'https://www.dgrebb.com/?roboto' || 'https://stg.dgrebb.com/?roboto' }}
# key: ${{ secrets.PSI_APIKEY }}
# strategy: "mobile"

# - name: PageSpeed Insights Desktop
# id: psid
# uses: stefafafan/psi-action@v1
# with:
# url: ${{ github.ref_name == 'main' && 'https://www.dgrebb.com/?roboto' || 'https://stg.dgrebb.com/?roboto' }}
# key: ${{ secrets.PSI_APIKEY }}
# strategy: "desktop"
Loading

0 comments on commit 1dcf97a

Please sign in to comment.