File tree 2 files changed +2
-9
lines changed
2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -135,10 +135,11 @@ jobs:
135
135
sudo gem install bundler
136
136
bundle config set path 'vendor/bundle'
137
137
bundle install
138
+ carthage update --use-xcframeworks
138
139
- name : Build-Test
139
- run : set -o pipefail && env NSUnbufferedIO=YES bundle exec rake test:parseui:all
140
140
env :
141
141
DEVELOPER_DIR : ${{ env.CI_XCODE_13 }}
142
+ run : set -o pipefail && env NSUnbufferedIO=YES bundle exec rake test:parseui:all
142
143
- name : Send codecov
143
144
run : bash <(curl https://codecov.io/bash)
144
145
Original file line number Diff line number Diff line change @@ -558,7 +558,6 @@ namespace :test do
558
558
559
559
namespace :parseui do
560
560
task :all do
561
- Rake ::Task [ 'test:parseui:build_carthage' ] . invoke
562
561
Rake ::Task [ 'test:parseui:framework' ] . invoke
563
562
Rake ::Task [ 'test:parseui:demo_objc' ] . invoke
564
563
end
@@ -584,13 +583,6 @@ namespace :test do
584
583
end
585
584
end
586
585
587
- task :build_carthage do |_ |
588
- if !system ( 'carthage update facebook-ios-sdk --use-xcframeworks' )
589
- puts 'Carthage Tests Failed!'
590
- exit ( 1 )
591
- end
592
- end
593
-
594
586
task :demo_objc do
595
587
task = XCTask ::BuildTask . new do |t |
596
588
t . directory = script_folder
You can’t perform that action at this time.
0 commit comments