[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-14 00:46:44 +07:00
committed by GitHub
parent e508e876f7
commit 0a255311b1
13 changed files with 111 additions and 77 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/bash -e -o pipefail
source ~/utils/invoke-tests.sh
source ~/utils/utils.sh
echo Installing Ruby...
@@ -40,4 +40,6 @@ for TOOLSET_VERSION in ${TOOLSET_VERSIONS[@]}; do
echo "Create complete file"
touch $COMPLETE_FILE_PATH
fi
done
done
invoke_tests "Ruby"