Skip to content

Commit

Permalink
Add windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Aug 1, 2024
1 parent 3796a32 commit d2dcd9d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,13 @@ jobs:
uses: codecov/codecov-action@v4
with:
file: info.lcov

windows:
runs-on: windows-latest
steps:
- uses: compnerd/gha-setup-swift@main
with:
branch: swift-5.10-release
tag: 5.10-RELEASE
- uses: actions/checkout@v2
- run: swift test
2 changes: 1 addition & 1 deletion Tests/JMESPathTests/ComplianceTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import XCTest

@testable import JMESPath

#if os(Linux)
#if os(Linux) || os(Windows)
import FoundationNetworking
#endif

Expand Down

0 comments on commit d2dcd9d

Please sign in to comment.