Skip to content

Commit

Permalink
feat(ci): lighthouse reports
Browse files Browse the repository at this point in the history
  • Loading branch information
teomrd committed Nov 13, 2024
1 parent 225435e commit 9155325
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/lighhouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@ jobs:
- uses: denoland/setup-deno@v2
with:
deno-version: v2.x
- run: make build
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install -g @lhci/cli@0.14.x
- run: lhci autorun
- name: Lighthouse audits
env:
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}
uses: ./.github/actions/lighthouse-audit
4 changes: 0 additions & 4 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,3 @@ jobs:
deno-version: v2.x
- run: make checks
- run: make build
- name: Lighthouse audits
env:
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}
uses: ./.github/actions/lighthouse-audit

0 comments on commit 9155325

Please sign in to comment.