Skip to content

Commit

Permalink
removes lighthouse
Browse files Browse the repository at this point in the history
  • Loading branch information
simpixelated committed Nov 28, 2024
1 parent 7fe3ae1 commit 8069767
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 64 deletions.
40 changes: 0 additions & 40 deletions .github/lighthouserc.js

This file was deleted.

48 changes: 24 additions & 24 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
name: Lighthouse CI for Netlify sites
on:
pull_request:
branches:
- stable
jobs:
build:
runs-on: ubuntu-latest
# name: Lighthouse CI for Netlify sites
# on:
# pull_request:
# branches:
# - stable
# jobs:
# build:
# runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Wait for the Netlify Preview
uses: jakepartusch/[email protected]
id: netlify
with:
site_name: "simpixelated"
max_timeout: 120
- name: Audit URLs using Lighthouse
uses: treosh/lighthouse-ci-action@v10
with:
urls: |
${{ steps.netlify.outputs.url }}
${{ steps.netlify.outputs.url }}/two-year-work-retrospective/
configPath: "./.github/lighthouserc.js"
temporaryPublicStorage: true
# steps:
# - uses: actions/checkout@v3
# - name: Wait for the Netlify Preview
# uses: jakepartusch/[email protected]
# id: netlify
# with:
# site_name: "simpixelated"
# max_timeout: 120
# - name: Audit URLs using Lighthouse
# uses: treosh/lighthouse-ci-action@v10
# with:
# urls: |
# ${{ steps.netlify.outputs.url }}
# ${{ steps.netlify.outputs.url }}/two-year-work-retrospective/
# configPath: "./.github/lighthouserc.js"
# temporaryPublicStorage: true

0 comments on commit 8069767

Please sign in to comment.