[macOS] Pester tests invocation after install. (#2421)

* [macOS] Fail Pester tests on error

* return it back

* [macOS] Pester tests invokation after install

* fix nitpicks

* CocoaPods fix
This commit is contained in:
Darii Nurgaleev
2021-01-13 20:46:44 +03:00
committed by GitHub
parent e508e876f7
commit 0a255311b1
13 changed files with 111 additions and 77 deletions
+4 -2
View File
@@ -1,5 +1,5 @@
#!/bin/bash -e -o pipefail
source ~/utils/invoke-tests.sh
source ~/utils/utils.sh
echo Updating RubyGems...
@@ -29,4 +29,6 @@ echo Installing bundler...
gem install bundler --force
echo Installing fastlane tools...
gem install fastlane
gem install fastlane
invoke_tests "RubyGem"