Skip to content

Merge pull request #145 from newnivers/feat/#144 #154

Merge pull request #145 from newnivers/feat/#144

Merge pull request #145 from newnivers/feat/#144 #154

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}}