mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(CI): update workflows (#41319)
This commit is contained in:
committed by
GitHub
parent
7791a5e4bb
commit
de745ad218
@@ -7,7 +7,7 @@ on:
|
||||
- upcoming-**
|
||||
schedule:
|
||||
# run this Action every 14 days
|
||||
- cron: "0 * */14 * *"
|
||||
- cron: '0 * */14 * *'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
@@ -51,6 +51,7 @@ jobs:
|
||||
run: |
|
||||
npm ci
|
||||
npm run ensure-env
|
||||
npm run build:curriculum
|
||||
npm run lint
|
||||
|
||||
test:
|
||||
@@ -94,6 +95,7 @@ jobs:
|
||||
run: |
|
||||
npm ci
|
||||
npm run ensure-env
|
||||
npm run build:curriculum
|
||||
|
||||
- name: Run Tests
|
||||
run: npm test
|
||||
|
||||
Reference in New Issue
Block a user