fix(CI): update workflows (#41319)

pull/41320/head
Mrugesh Mohapatra 2021-03-01 14:15:21 +05:30 committed by GitHub
parent 7791a5e4bb
commit de745ad218
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

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