Skip to content

Pass in feature flag #18

Pass in feature flag

Pass in feature flag #18

Workflow file for this run

name: CI
on: [push]
jobs:
lighthouseci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- uses: actions/setup-python@v4
with:
python-version: '3.9'
cache: 'pip' # caching pip dependencies
- run: pip install -r requirements.txt
- run: npm install && npm install -g @lhci/[email protected]
- run: npm run build
- run: npm run lighthouse