Skip to content

Automated Staging Test - Run integration tests #109

Automated Staging Test - Run integration tests

Automated Staging Test - Run integration tests #109

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
workflow_dispatch:
jobs:
call-staging-test-run:
uses: ./.github/workflows/staging-test-run_reusable.yml
with:
FILE_PATH: '../examples/Test/Automated/'
NAME: 'Automated'
TEST_TYPE: 'automatedTest'