Skip to content

Merge pull request #135 from newnivers/feat/#134 #138

Merge pull request #135 from newnivers/feat/#134

Merge pull request #135 from newnivers/feat/#134 #138

Workflow file for this run

name: CI
on: [push]
jobs:
lighthouseci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
- run: yarn install
- run: npm install -g @lhci/[email protected]
- run: yarn build
- run: lhci collect
- run: lhci upload
env:
LHCI_GITHUB_APP_TOKEN: ${{secrets.LHCI_GITHUB_APP_TOKEN}}