chore: project checks update

This commit is contained in:
xidedix
2021-01-04 20:11:55 +01:00
parent 9e3876fd7d
commit 999e22b7e1
2 changed files with 10 additions and 6 deletions
+4 -4
View File
@@ -2,8 +2,8 @@ name: Daily project check
on:
schedule:
# build runs everyday at 6AM UTC
- cron: '0 6 * * *'
# build runs every weekday at 5AM UTC
- cron: '0 5 * * 1-5'
jobs:
build:
@@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
node-version: [10.x, 12.x]
node-version: [12.x]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
@@ -46,4 +46,4 @@ jobs:
# npm i
# npm run test:e2e
# env:
# BROWSER: chrome
# BROWSER: chrome