Mainline Integration Tests #194
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: Mainline Merge Integration Tests | |
on: | |
schedule: | |
- cron: '0 */4 * * *' | |
push: | |
branches: | |
- mainline | |
workflow_dispatch: | |
jobs: | |
MainlineLinuxIntegrationTest: | |
name: Linux Integration Test | |
permissions: | |
id-token: write | |
contents: read | |
uses: aws-deadline/.github/.github/workflows/reusable_integration_test.yml@mainline | |
secrets: inherit | |
with: | |
repository: ${{ github.event.repository.name }} | |
branch: mainline | |
environment: mainline | |
os: linux | |
MainlineWindowsIntegrationTest: | |
name: Windows Integration Test | |
permissions: | |
id-token: write | |
contents: read | |
uses: aws-deadline/.github/.github/workflows/reusable_integration_test.yml@mainline | |
secrets: inherit | |
with: | |
repository: ${{ github.event.repository.name }} | |
branch: mainline | |
environment: mainline | |
os: windows |