Skip to content

Commit

Permalink
disable windows test suite temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
bsneed committed May 15, 2024
1 parent 65b037e commit f11b809
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,19 +50,19 @@ jobs:
# Windows support is still very much a work in progress
# We use a different action here to be able to use a more
# up-to-date toolchain.
build_and_test_spm_windows:
needs: cancel_previous
runs-on: windows-latest
steps:
- uses: compnerd/gha-setup-swift@main
with:
release-tag-name: "20231116.2"
github-repo: "thebrowsercompany/swift-build"
release-asset-name: installer-amd64.exe
github-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v2
- name: Build
run: swift build
# build_and_test_spm_windows:
# needs: cancel_previous
# runs-on: windows-latest
# steps:
# - uses: compnerd/gha-setup-swift@main
# with:
# release-tag-name: "20231116.2"
# github-repo: "thebrowsercompany/swift-build"
# release-asset-name: installer-amd64.exe
# github-token: ${{ secrets.GITHUB_TOKEN }}
# - uses: actions/checkout@v2
# - name: Build
# run: swift build
# Testing disabled until https://github.com/segmentio/analytics-swift/issues/279 is fixed
# - name: Run tests
# run: swift test --enable-test-discovery
Expand Down

0 comments on commit f11b809

Please sign in to comment.