Skip to content

temp: fetch cf creds #1637

temp: fetch cf creds

temp: fetch cf creds #1637

Workflow file for this run

name: Lighthouse CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
lighthouse:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '22'
- name: Install Lighthouse CI
run: |
npm install -g @lhci/cli@0.14.x
- name: Run Lighthouse CI
run: |
lhci autorun --collect.staticDistDir=. --collect.url=http://localhost:8080/index.html --collect.url=http://localhost:8080/git-tracker.html --upload.target=temporary-public-storage