mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 10:04:18 -08:00
14 lines
347 B
YAML
14 lines
347 B
YAML
name: example-cron
|
|
on:
|
|
schedule:
|
|
# runs tests every day at 12am ET (4am UTC)
|
|
- cron: '0 4 * * *'
|
|
jobs:
|
|
nightly:
|
|
runs-on: ubuntu-20.04
|
|
steps:
|
|
- name: Checkout
|
|
uses: actions/checkout@v2
|
|
- run: cd justice40-tool/client
|
|
- name: Cypress nightly tests 🌃
|
|
uses: cypress-io/github-action@v2
|