Skip to content

fiks: core tim 2 (#51) #33

fiks: core tim 2 (#51)

fiks: core tim 2 (#51) #33

Workflow file for this run

name: Lighthouse Push CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lighthouseci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 18
- run: npm install && npm install -g @lhci/[email protected]
- run: npm run build
- run: lhci collect --config=./.github/lighthouserc.json
- run: lhci upload --config=./.github/lighthouserc.json
env:
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}