File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 (
You can’t perform that action at this time.
0 commit comments