File tree Expand file tree Collapse file tree 3 files changed +19
-4
lines changed Expand file tree Collapse file tree 3 files changed +19
-4
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,8 @@ jobs:
184
184
- uses : actions/checkout@v2
185
185
- uses : sersoft-gmbh/SwiftyActions@v1
186
186
with :
187
- release-version : 5.5.1
187
+ release-version : " 5"
188
+ github-token : ${{ secrets.GITHUB_TOKEN }}
188
189
- name : Build
189
190
run : swift build
190
191
- name : Test
@@ -197,7 +198,21 @@ jobs:
197
198
with :
198
199
env_vars : LINUX
199
200
fail_ci_if_error : true
200
-
201
+
202
+ windows :
203
+ runs-on : windows-2019
204
+ steps :
205
+ - uses : actions/checkout@v2
206
+ - uses : MaxDesiatov/swift-windows-action@v1
207
+ with :
208
+ swift-version : " 5.5.1"
209
+ shell-action : swift test --enable-test-discovery --enable-code-coverage
210
+ - name : Upload coverage to Codecov
211
+ uses : codecov/codecov-action@v2
212
+ with :
213
+ env_vars : WINDOWS
214
+ fail_ci_if_error : false
215
+
201
216
docs :
202
217
needs : xcode-build-watchos
203
218
runs-on : macos-latest
Original file line number Diff line number Diff line change 1
1
![ parse-repository-header-sdk-swift] ( https://user-images.githubusercontent.com/5673677/138289926-a26ca0bd-1713-4c30-b69a-acd840ccead0.png )
2
2
3
- <h3 align =" center " >iOS · macOS · watchOS · tvOS · Linux · Windows</h3 >
3
+ <h3 align =" center " >iOS · macOS · watchOS · tvOS · Linux · Android · Windows</h3 >
4
4
5
5
---
6
6
Original file line number Diff line number Diff line change @@ -513,7 +513,6 @@ class ParseOperationTests: XCTestCase {
513
513
XCTAssertEqual ( decoded2, expected2)
514
514
XCTAssertEqual ( operations2. target? . previous, [ level] )
515
515
}
516
- #endif
517
516
518
517
func testObjectIdSet( ) throws {
519
518
var score = GameScore ( )
@@ -537,6 +536,7 @@ class ParseOperationTests: XCTestCase {
537
536
XCTAssertEqual ( decoded2, expected2)
538
537
XCTAssertEqual ( operations2. target? . previous, [ level] )
539
538
}
539
+ #endif
540
540
541
541
func testUnchangedSet( ) throws {
542
542
let score = GameScore ( score: 10 )
You can’t perform that action at this time.
0 commit comments