Skip to content

feat(pwa): add installable offline experience #29

feat(pwa): add installable offline experience

feat(pwa): add installable offline experience #29

Workflow file for this run

name: Benchmark
on:
push:
branches: [main]
permissions:
contents: read
jobs:
benchmark:
name: benchmark (${{ matrix.device }})
runs-on: ubuntu-latest
timeout-minutes: 60
strategy:
fail-fast: false
matrix:
device: [mobile, desktop]
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 11
- uses: actions/setup-node@v4
with:
node-version: 22
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Run ${{ matrix.device }} Unlighthouse benchmark
run: pnpm benchmark:ci ${{ matrix.device }}