Skip to content

Commit 4e18be7

Browse files
authored
Update pull request workflow for 6.2 (#160)
Motivation ---------- #158 added Swift 6.2 flags to the `main` workflow, but the `pull_request` workflow has a separate list of flags which was not updated. Modifications ------------- Update `pull_request` workflow to match `main`. Result ------ Correct 6.2 flags will be applied to pull request workflow runs. Test Plan --------- This PR will fail because the integration and end-to-end tests does still install the 6.1 Static SDK.
1 parent b05db25 commit 4e18be7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
linux_5_10_enabled: false
2424
linux_6_0_arguments_override: "--skip SmokeTests --skip TarInteropTests"
2525
linux_6_1_arguments_override: "--skip SmokeTests --skip TarInteropTests"
26+
linux_6_2_arguments_override: "--skip SmokeTests --skip TarInteropTests"
2627
linux_nightly_6_1_arguments_override: "--skip SmokeTests --skip TarInteropTests"
2728
linux_nightly_main_arguments_override: "--skip SmokeTests --skip TarInteropTests"
2829

0 commit comments

Comments
 (0)