mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
[macOS] Get rid of invoke_tests imports (#2496)
* get rid of invoke_tests imports * add sudo * change path to /usr/bin/invoke_tests * create /usr/local/bin dir * remove local variables * fix group owner * set default 775 perm * delete invoke_tests symlink
This commit is contained in:
committed by
GitHub
parent
8450762c10
commit
caa7a1ac6d
@@ -1,6 +1,5 @@
|
||||
#!/bin/bash -e -o pipefail
|
||||
source ~/utils/utils.sh
|
||||
source ~/utils/invoke-tests.sh
|
||||
|
||||
echo "Installing Chrome..."
|
||||
brew_cask_install_ignoring_sha256 "google-chrome"
|
||||
@@ -14,4 +13,4 @@ brew_smart_install "selenium-server-standalone"
|
||||
CHROMEWEBDRIVER_DIR=$(readlink $(which chromedriver) | xargs dirname)
|
||||
echo "export CHROMEWEBDRIVER=$CHROMEWEBDRIVER_DIR" >> "${HOME}/.bashrc"
|
||||
|
||||
invoke_tests "Browsers" "Chrome"
|
||||
invoke_tests "Browsers" "Chrome"
|
||||
|
||||
Reference in New Issue
Block a user