Skip to content

Commit f3287da

Browse files
re-enable nightly Windows 6.2.1 CI
1 parent 8dae402 commit f3287da

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/nightly.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,5 +114,3 @@ jobs:
114114
windows_pre_build_command: . .github\workflows\scripts\windows\setup.ps1
115115
windows_build_command: Invoke-Program scripts\test_windows.ps1
116116
enable_windows_docker: false
117-
# TODO re-enable when 6.2.1 toolchain working
118-
enable_windows_checks: false

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
linux_pre_build_command: . .github/workflows/scripts/setup-linux.sh
6565
linux_build_command: ./scripts/test.sh
6666
# Windows
67-
windows_exclude_swift_versions: "${{ contains(github.event.pull_request.labels.*.name, 'full-test-run') && '[{\"swift_version\": \"nightly-6.1\"},{\"swift_version\": \"nightly\", {\"swift_version\": \"6.2\"}}]' || '[{\"swift_version\": \"nightly-6.1\"},{\"swift_version\": \"nightly-6.2\"},{\"swift_version\": \"nightly\"}]' }}"
67+
windows_exclude_swift_versions: "${{ contains(github.event.pull_request.labels.*.name, 'full-test-run') && '[{\"swift_version\": \"nightly-6.1\"},{\"swift_version\": \"nightly\"}]' || '[{\"swift_version\": \"nightly-6.1\"},{\"swift_version\": \"nightly-6.2\"},{\"swift_version\": \"nightly\"}]' }}"
6868
windows_env_vars: |
6969
CI=1
7070
FAST_TEST_RUN=${{ contains(github.event.pull_request.labels.*.name, 'full-test-run') && '0' || '1'}}

0 commit comments

Comments
 (0)