mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2026-01-06 18:17:26 +08:00
[macOS] move Pester tests to separate files/contexts/describes (#2573)
* [macOS] Fail Pester tests on error * return it back * added all files for testing * common utils path changed * linux scripts shouldn't be touched
This commit is contained in:
@@ -14,4 +14,4 @@ echo "set Soundflower (2ch) as input/output device"
|
||||
SwitchAudioSource -s "Soundflower (2ch)" -t input
|
||||
SwitchAudioSource -s "Soundflower (2ch)" -t output
|
||||
|
||||
invoke_tests "Common" "Audio Device"
|
||||
invoke_tests "System" "Audio Device"
|
||||
|
||||
@@ -22,5 +22,5 @@ fi
|
||||
# Invoke bazel to download bazel version via bazelisk
|
||||
bazel
|
||||
|
||||
# Invoke tests for all common tools
|
||||
invoke_tests "Common" "CommonUtils"
|
||||
# Invoke tests for all basic tools
|
||||
invoke_tests "BasicTools"
|
||||
|
||||
@@ -31,4 +31,4 @@ git config --global advice.detachedHead false
|
||||
git config --global advice.amWorkDir false
|
||||
git config --global advice.rmHints false
|
||||
|
||||
invoke_tests "Common" "Git"
|
||||
invoke_tests "Git"
|
||||
|
||||
@@ -10,4 +10,4 @@ brew_smart_install "openssl@1.1"
|
||||
# Symlink brew openssl@1.1 to `/usr/local/bin` as Homebrew refuses
|
||||
ln -sf $(brew --prefix openssl@1.1)/bin/openssl /usr/local/bin/openssl
|
||||
|
||||
invoke_tests "Common" "OpenSSL"
|
||||
invoke_tests "OpenSSL"
|
||||
|
||||
Reference in New Issue
Block a user