Skip to content

Commit

Permalink
fix: Build cronjobs
Browse files Browse the repository at this point in the history
  • Loading branch information
flozia committed Dec 23, 2024
1 parent 557209f commit 6ee2300
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lighthouse_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,9 @@ jobs:
npm run lighthouse
env:
LIGHTHOUSE_COLLECT_URL: ${{ secrets.LIGHTHOUSE_COLLECT_URL }}
- name: Build cronjobs
run: |
npm ci
build-cronjobs
- name: Report results
run: npm run cron:report-lighthouse-results

0 comments on commit 6ee2300

Please sign in to comment.