Skip to content

Commit

Permalink
Merge pull request #8 from adam-fowler/windows-ci-2
Browse files Browse the repository at this point in the history
Add windows CI v2
  • Loading branch information
adam-fowler authored Aug 1, 2024
2 parents 3796a32 + 8c96727 commit 3877a50
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
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@v4
- run: swift test
5 changes: 2 additions & 3 deletions Tests/JMESPathTests/ComplianceTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@
//

import Foundation
import JMESPath
import XCTest

@testable import JMESPath

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

Expand Down

0 comments on commit 3877a50

Please sign in to comment.