Skip to content

fix: wrong lighthouserc configuration and remove cypress #6

fix: wrong lighthouserc configuration and remove cypress

fix: wrong lighthouserc configuration and remove cypress #6

Workflow file for this run

name: CI
on:
pull_request:
branches:
- master
jobs:
lighthouse:
name: Lighthouse CI
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Install dependencies
run: npm install
- name: lighthouse mobile audit
run: npm run lhci:mobile
env:
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}
- name: lighthouse desktop audit
run: npm run lhci:desktop
env:
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}