Skip to content

Commit 32b82c5

Browse files
authored
ci: Also skip smoke tests for Swift 6.1 on the main job (#54)
The `main.yml` test also needs the changes from #53, but running the pull request tests does not show this.
1 parent 47c7854 commit 32b82c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
linux_5_9_enabled: false
1616
linux_5_10_enabled: false
1717
linux_6_0_arguments_override: "--skip SmokeTests"
18-
linux_nightly_6_0_arguments_override: "--skip SmokeTests"
18+
linux_nightly_6_1_arguments_override: "--skip SmokeTests"
1919
linux_nightly_main_arguments_override: "--skip SmokeTests"
2020

2121
integration-tests:

0 commit comments

Comments
 (0)