Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
tommm2 committed Mar 26, 2024
1 parent 2ac34d0 commit a5ea4f1
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@ jobs:
with:
node-version: 18

- name: Install dependencies
run: pnpm install

- name: Build packages
run: pnpm run build
- name: Install, build
run: |
pnpm install
pnpm build
- name: Run lighthouseci
run: lhci autorun
run: |
pnpm add -g @lhci/cli@0.13.x
lhci autorun
env:
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}

0 comments on commit a5ea4f1

Please sign in to comment.