Skip to content

Commit

Permalink
wip [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
davdroman committed Aug 28, 2023
1 parent b237d26 commit c4c8031
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Tests/Tests.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -453,8 +453,8 @@
children = (
D5B67B852A0D3193007D5D9B /* ViewTypes */,
D5F0BE6729C0DC4900AD95AB /* PlatformVersionTests.swift */,
D591D1112A9CC2FF00AE05E8 /* WeakTests.swift */,
D58CE15729C621DD0081BFB0 /* TestUtils.swift */,
D591D1112A9CC2FF00AE05E8 /* WeakTests.swift */,
);
path = Tests;
sourceTree = "<group>";
Expand Down

0 comments on commit c4c8031

Please sign in to comment.