diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38047f2..b1ee8f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,5 +67,5 @@ jobs: with: branch: swift-5.10-release tag: 5.10-RELEASE - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - run: swift test \ No newline at end of file diff --git a/Tests/JMESPathTests/ComplianceTests.swift b/Tests/JMESPathTests/ComplianceTests.swift index d915c26..aaa9fd5 100644 --- a/Tests/JMESPathTests/ComplianceTests.swift +++ b/Tests/JMESPathTests/ComplianceTests.swift @@ -6,10 +6,9 @@ // import Foundation +import JMESPath import XCTest -@testable import JMESPath - #if os(Linux) || os(Windows) import FoundationNetworking #endif