Skip to content

Commit 805101e

Browse files
authored
Remove Windows builds from test.yml matrix
1 parent 45c9ccd commit 805101e

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -79,25 +79,3 @@ jobs:
7979
- uses: actions/checkout@v2
8080
- name: Run tests
8181
run: swift test --enable-test-discovery
82-
83-
windows_build:
84-
strategy:
85-
matrix:
86-
swift:
87-
- "5.5"
88-
- "5.6"
89-
90-
runs-on: windows-2019
91-
92-
steps:
93-
- name: Set git to use LF
94-
run: |
95-
git config --global core.autocrlf false
96-
git config --global core.eol lf
97-
- uses: actions/checkout@v2
98-
- uses: MaxDesiatov/swift-windows-action@v1
99-
with:
100-
shell-action: swift build
101-
swift-version: ${{ matrix.swift }}
102-
- name: Run tests
103-
run: swift test --enable-test-discovery

0 commit comments

Comments
 (0)