mirror of
https://github.com/actions/runner-images.git
synced 2026-01-04 09:13:33 +08:00
[macOS] Pester tests invocation after install - 2. (#2429)
* [macOS] Fail Pester tests on error * return it back * added new tests * added new tests for Macos part2 * fixed nitpicks * vsmac changes * remove toolcache fron high sierra
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash -e -o pipefail
|
||||
|
||||
source ~/utils/utils.sh
|
||||
source ~/utils/xamarin-utils.sh
|
||||
source ~/utils/invoke-tests.sh
|
||||
|
||||
VSMAC_VERSION=$(get_toolset_value '.xamarin.vsmac')
|
||||
if [ $VSMAC_VERSION == "latest" ]; then
|
||||
@@ -25,4 +25,7 @@ tar cf - "./Visual Studio.app" | tar xf - -C /Applications/
|
||||
|
||||
popd
|
||||
sudo hdiutil detach "$TMPMOUNT"
|
||||
sudo rm -rf "$TMPMOUNT"
|
||||
sudo rm -rf "$TMPMOUNT"
|
||||
|
||||
invoke_tests "Common" "VSMac"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user