fix(CI): update workflows (#41319)
This commit is contained in:
committed by
GitHub
parent
7791a5e4bb
commit
de745ad218
4
.github/workflows/node.js-tests-upcoming.yml
vendored
4
.github/workflows/node.js-tests-upcoming.yml
vendored
@ -7,7 +7,7 @@ on:
|
|||||||
- upcoming-**
|
- upcoming-**
|
||||||
schedule:
|
schedule:
|
||||||
# run this Action every 14 days
|
# run this Action every 14 days
|
||||||
- cron: "0 * */14 * *"
|
- cron: '0 * */14 * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -51,6 +51,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
npm ci
|
npm ci
|
||||||
npm run ensure-env
|
npm run ensure-env
|
||||||
|
npm run build:curriculum
|
||||||
npm run lint
|
npm run lint
|
||||||
|
|
||||||
test:
|
test:
|
||||||
@ -94,6 +95,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
npm ci
|
npm ci
|
||||||
npm run ensure-env
|
npm run ensure-env
|
||||||
|
npm run build:curriculum
|
||||||
|
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: npm test
|
run: npm test
|
||||||
|
Reference in New Issue
Block a user