diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0a3efe2..fdcf1d04 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -149,6 +149,6 @@ jobs: name: Run Tests (SwiftUIIntrospect) run: fastlane test platform:${{ matrix.platform[0] }} version:${{ matrix.platform[1] }} scheme:SwiftUIIntrospectTests configuration:Debug - - if: ${{ matrix.platform[0] == 'ios' && matrix.platform[1] >= '14' && matrix.platform[1] <= '16' }} + - if: ${{ matrix.platform[0] == 'ios' && matrix.platform[1] >= '14' }} name: Run UI Tests (SwiftUIIntrospect) run: fastlane test platform:${{ matrix.platform[0] }} version:${{ matrix.platform[1] }} scheme:SwiftUIIntrospectUITests configuration:Debug diff --git a/Tests/Tests.xcodeproj/project.pbxproj b/Tests/Tests.xcodeproj/project.pbxproj index 1924c353..5d230e4a 100644 --- a/Tests/Tests.xcodeproj/project.pbxproj +++ b/Tests/Tests.xcodeproj/project.pbxproj @@ -453,8 +453,8 @@ children = ( D5B67B852A0D3193007D5D9B /* ViewTypes */, D5F0BE6729C0DC4900AD95AB /* PlatformVersionTests.swift */, - D591D1112A9CC2FF00AE05E8 /* WeakTests.swift */, D58CE15729C621DD0081BFB0 /* TestUtils.swift */, + D591D1112A9CC2FF00AE05E8 /* WeakTests.swift */, ); path = Tests; sourceTree = "";