Skip to content

chore(deps): update coverage[toml] requirement from ~=7.5 to ~=7.6 (#… #1

chore(deps): update coverage[toml] requirement from ~=7.5 to ~=7.6 (#…

chore(deps): update coverage[toml] requirement from ~=7.5 to ~=7.6 (#… #1

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