Skip to content

fix: module

fix: module #2178

Workflow file for this run

name: Build & Deploy
on:
push:
schedule:
- cron: "0 20 * * *"
jobs:
lhci:
name: Lighthouse
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Run Lighthouse CI
run: |
yarn install --immutable
yarn build
yarn test:lighthouse
env:
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}