Skip to content

Instantly share code, notes, and snippets.

@luke-h1
Created January 25, 2021 20:59
Show Gist options
  • Save luke-h1/57c3a633dfbdd13c3f6f003a042f0617 to your computer and use it in GitHub Desktop.
Save luke-h1/57c3a633dfbdd13c3f6f003a042f0617 to your computer and use it in GitHub Desktop.
name: Nightly unit tests
on:
schedule:
- cron: '0 19 * * *'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm i
- name: Run tests
run: npx jest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment