Skip to content

Commit d2dcd9d

Browse files
committed
Add windows CI
1 parent 3796a32 commit d2dcd9d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,13 @@ jobs:
5959
uses: codecov/codecov-action@v4
6060
with:
6161
file: info.lcov
62+
63+
windows:
64+
runs-on: windows-latest
65+
steps:
66+
- uses: compnerd/gha-setup-swift@main
67+
with:
68+
branch: swift-5.10-release
69+
tag: 5.10-RELEASE
70+
- uses: actions/checkout@v2
71+
- run: swift test

Tests/JMESPathTests/ComplianceTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import XCTest
1010

1111
@testable import JMESPath
1212

13-
#if os(Linux)
13+
#if os(Linux) || os(Windows)
1414
import FoundationNetworking
1515
#endif
1616

0 commit comments

Comments
 (0)