fix(CI): update workflows (#41319)

This commit is contained in:
Mrugesh Mohapatra
2021-03-01 14:15:21 +05:30
committed by GitHub
parent 7791a5e4bb
commit de745ad218

View File

@ -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