Skip to content

Scheduled Test

Scheduled Test #1835

Workflow file for this run

on:
schedule:
- cron: 0 4 * * *
name: Scheduled Test
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: '18'
check-latest: true
- run: npm install
- run: npm test