Skip to content

Commit 48602d9

Browse files
committed
fix: Build cronjobs
1 parent 557209f commit 48602d9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/lighthouse_cron.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,9 @@ jobs:
2828
npm run lighthouse
2929
env:
3030
LIGHTHOUSE_COLLECT_URL: ${{ secrets.LIGHTHOUSE_COLLECT_URL }}
31+
- name: Build cronjobs
32+
run: |
33+
npm ci
34+
npm run build-cronjobs
3135
- name: Report results
3236
run: npm run cron:report-lighthouse-results

0 commit comments

Comments
 (0)