Skip to content

Commit 8fe4e81

Browse files
committed
WIP
1 parent daf699d commit 8fe4e81

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,3 @@ jobs:
182182
- if: ${{ matrix.platform[0] != 'watchOS' }}
183183
name: Run Tests
184184
run: fastlane test platform:${{ matrix.platform[0] }} version:${{ matrix.platform[1] }} scheme:SwiftUIIntrospectTests configuration:Debug
185-
186-
# - if: ${{ matrix.platform[0] == 'iOS' && matrix.platform[1] <= '16' }}
187-
# name: Run UI Tests
188-
# run: fastlane test platform:${{ matrix.platform[0] }} version:${{ matrix.platform[1] }} scheme:SwiftUIIntrospectUITests configuration:Debug

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ lane :test do |options|
7979
disable_concurrent_testing: true,
8080
)
8181
else
82-
unless ["SwiftUIIntrospectTests", "SwiftUIIntrospectUITests"].include?(scheme)
82+
unless ["SwiftUIIntrospectTests"].include?(scheme)
8383
raise "Unsupported scheme: #{scheme}"
8484
end
8585
run_tests(

0 commit comments

Comments
 (0)