Skip to content

Commit

Permalink
Change CI pipeline to reflect LHCI docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MakiniKayiraGDS committed Sep 30, 2024
1 parent b0e3d14 commit 5481a7f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
Expand All @@ -17,4 +19,6 @@ jobs:
- name: run Lighthouse CI
run: |
npm install -g @lhci/[email protected]
lhci autorun
lhci autorun
env:
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}

0 comments on commit 5481a7f

Please sign in to comment.