add notes on next steps #99
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: Automated Staging Test - Run integration tests | |
on: | |
schedule: | |
- cron: "0 7 * * 2-6" # Tuesday to Saturday at 2am EST (7am UTC) - two hours after `automated-staging-test-submit` runs | |
jobs: | |
send_files: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Call staging-test-run.yml | |
uses: .github/workflows/staging-test-run-reusable.yml | |
with: | |
FILE_PATH: '../examples/Test/Automated/' | |
NAME: 'Automated' | |
TEST_TYPE: 'automatedTest' |