Skip to content

Lighthouse CI

Lighthouse CI #128

Workflow file for this run

name: Lighthouse CI
on: [page_build]
jobs:
lighthouseci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm install -g @lhci/cli@0.11.x
- run: lhci collect --url=https://guide.nics.nat.gov.tw/
- name: Archive lighthouse results
uses: actions/upload-artifact@v3
with:
name: lighhouse-report
path: .lighthouseci