mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
Additional logs
This commit is contained in:
@@ -45,11 +45,15 @@ chown root:root /usr/bin/chromedriver
|
||||
chmod +x /usr/bin/chromedriver
|
||||
|
||||
# Run tests to determine that the chromedriver installed as expected
|
||||
echo "Testing to make sure that script performed as expected, and basic scenarios work"
|
||||
if ! command -v chromedriver; then
|
||||
echo "chromedriver was not installed"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
echo "Lastly, documenting what we added to the metadata file"
|
||||
DocumentInstalledItem "Chromedriver ($(chromedriver --version))"
|
||||
|
||||
# Download selenium standalone server (hardcoded version 3.141.59)
|
||||
echo "Downloading selenium-server-standalone v3.141.59..."
|
||||
wget https://selenium-release.storage.googleapis.com/3.141/selenium-server-standalone-3.141.59.jar
|
||||
Reference in New Issue
Block a user