Nightly Testing #20
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Nightly Testing | ||
on: | ||
schedule: | ||
- cron: '0 6 * * *' # Runs at midnight Mountain every day | ||
jobs: | ||
nightly-testing: | ||
Check failure on line 8 in .github/workflows/nightly-testing.yaml GitHub Actions / Nightly TestingInvalid workflow file
|
||
name: Test Core on EKS | ||
uses: ./.github/workflows/test-eks.yaml | ||
secrets: inherit |