[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:
@@ -1,5 +1,6 @@
|
||||
#!/bin/bash -e -o pipefail
|
||||
source ~/utils/utils.sh
|
||||
source ~/utils/invoke-tests.sh
|
||||
|
||||
export PATH="$PATH:/opt/pipx_bin"
|
||||
|
||||
@@ -17,3 +18,5 @@ for package in $pipx_packages; do
|
||||
pipx install $package
|
||||
fi
|
||||
done
|
||||
|
||||
invoke_tests "PipxPackages"
|
||||
Reference in New Issue
Block a user