Skip to content

CI-cron

CI-cron #1288

Workflow file for this run

name: CI-cron
on:
schedule:
- cron: '30 17 * * *'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- name: Install Packages
run: npm install
- name: Test
run: npm test