Skip to content

Commit

Permalink
feat: Run Integration tests on windows as well (#381)
Browse files Browse the repository at this point in the history
Signed-off-by: Yutong Li <[email protected]>
  • Loading branch information
YutongLi291 authored Jun 28, 2024
1 parent c6334e3 commit 1b5b58a
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/mainline_integration_test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Mainline Integration Test
name: Mainline Merge Integration Test

on:
workflow_dispatch:
Expand All @@ -15,4 +15,16 @@ jobs:
repository: ${{ github.event.repository.name }}
branch: mainline
environment: mainline
os: linux
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

0 comments on commit 1b5b58a

Please sign in to comment.