Skip to content

Commit f11b809

Browse files
committed
disable windows test suite temporarily
1 parent 65b037e commit f11b809

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/swift.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -50,19 +50,19 @@ jobs:
5050
# Windows support is still very much a work in progress
5151
# We use a different action here to be able to use a more
5252
# up-to-date toolchain.
53-
build_and_test_spm_windows:
54-
needs: cancel_previous
55-
runs-on: windows-latest
56-
steps:
57-
- uses: compnerd/gha-setup-swift@main
58-
with:
59-
release-tag-name: "20231116.2"
60-
github-repo: "thebrowsercompany/swift-build"
61-
release-asset-name: installer-amd64.exe
62-
github-token: ${{ secrets.GITHUB_TOKEN }}
63-
- uses: actions/checkout@v2
64-
- name: Build
65-
run: swift build
53+
# build_and_test_spm_windows:
54+
# needs: cancel_previous
55+
# runs-on: windows-latest
56+
# steps:
57+
# - uses: compnerd/gha-setup-swift@main
58+
# with:
59+
# release-tag-name: "20231116.2"
60+
# github-repo: "thebrowsercompany/swift-build"
61+
# release-asset-name: installer-amd64.exe
62+
# github-token: ${{ secrets.GITHUB_TOKEN }}
63+
# - uses: actions/checkout@v2
64+
# - name: Build
65+
# run: swift build
6666
# Testing disabled until https://github.com/segmentio/analytics-swift/issues/279 is fixed
6767
# - name: Run tests
6868
# run: swift test --enable-test-discovery

0 commit comments

Comments
 (0)