Skip to content

Set up an initial SA grade context, so that routes can be added in th… #1128

Set up an initial SA grade context, so that routes can be added in th…

Set up an initial SA grade context, so that routes can be added in th… #1128

name: Lighthouse
on: [push]
jobs:
lhci:
name: Lighthouse
runs-on: ubuntu-latest
steps:
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: '18'
- name: 'Checkout Project'
uses: 'actions/checkout@v2'
with:
fetch-depth: 1
- name: Install dependencies
run: yarn install --no-progress
- name: Build OpenBeta project
run: yarn build
- run: npm install -g @lhci/[email protected]
- name: Run Lighthouse CI
run: lhci autorun
env:
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}