Skip to content

Commit

Permalink
Update lighthouse-ci.yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
MakiniKayiraGDS committed Sep 30, 2024
1 parent d4a9ee8 commit acd8e22
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/ci.yaml

This file was deleted.

13 changes: 13 additions & 0 deletions .github/workflows/lighthouse-ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: CI
on: [push]
jobs:
lighthouseci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- run: npm install && npm install -g @lhci/[email protected]
- run: npm run build
- run: lhci autorun
env:
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}

0 comments on commit acd8e22

Please sign in to comment.