GitHub Actions: Run tests daily

master
Alinson S. Xavier 5 years ago committed by GitHub
parent c02b116d8e
commit 8e1ed6afcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,9 @@
name: Test name: Test
on: [push, pull_request] on:
push:
pull_request:
schedule:
- cron: '45 10 * * *'
jobs: jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest

Loading…
Cancel
Save