Skip to content

Commit

Permalink
Postpone test job on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ikelax committed Jan 20, 2025
1 parent 7e962c9 commit d0300e3
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,3 @@ jobs:
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
brew install xcbeautify
set -o pipefail && swift test | xcbeautify --renderer github-actions
test-windows:
name: Test on Windows Server 2022
runs-on: windows-2022
steps:
- uses: compnerd/gha-setup-swift@main
with:
branch: swift-6.0-release
tag: 6.0-RELEASE
- uses: actions/checkout@v4
- name: Test
run: |
Set-StrictMode -Version Latest
$ErrorActionPreference = "Stop"
$PSNativeCommandUseErrorActionPreference = $true
swift test

0 comments on commit d0300e3

Please sign in to comment.