Skip to content

Mainline Integration Tests #1008

Mainline Integration Tests

Mainline Integration Tests #1008

name: Mainline 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

Check warning on line 17 in .github/workflows/mainline_integration_test.yml

View workflow run for this annotation

GitHub Actions / Mainline Integration Tests

Workflow syntax warning

In .github/workflows/mainline_integration_test.yml (Line: 17, Col: 11): Error from called workflow aws-deadline/.github/.github/workflows/reusable_integration_test.yml@mainline (Line: 25, Col: 9): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?
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

Check warning on line 29 in .github/workflows/mainline_integration_test.yml

View workflow run for this annotation

GitHub Actions / Mainline Integration Tests

Workflow syntax warning

In .github/workflows/mainline_integration_test.yml (Line: 29, Col: 11): Error from called workflow aws-deadline/.github/.github/workflows/reusable_integration_test.yml@mainline (Line: 25, Col: 9): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?
secrets: inherit
with:
repository: ${{ github.event.repository.name }}
branch: mainline
environment: mainline
os: windows