Skip to content

Commit

Permalink
we don't support lighthouse in here
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardm27 committed Oct 26, 2024
1 parent c616fe8 commit 7a213bc
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,31 +21,6 @@ jobs:
name: dist
path: dist

lighthouseci:
name: Lighthouse
needs: build
runs-on: ubuntu-latest
steps:
- name: 🚚 Get latest code
uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: 🚚 Get the build
uses: actions/download-artifact@v3
with:
name: dist
path: dist
- name: 🎯 Set up Node.js using nvm
uses: actions/setup-node@v2
with:
node-version-file: '.nvmrc'
- name: 🎁 Install Lighthouse
run: npm install -g @lhci/cli
- name: 🔎 Run Lighthouse
run: lhci autorun
env:
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}

lintfix:
name: Lint, Type check and auto-fix
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7a213bc

Please sign in to comment.