mirror of
https://github.com/actions/runner-images.git
synced 2025-12-19 08:22:12 +00:00
[Ubuntu] Rework Сhromium installation to avoid using snap (#3029)
* rework chromium installation * added GetChromiumRevision function * changed getting chrome version * fixed GetChromiumRevision function * fixed CHROME_VERSION variable * move chromium installation to google-chrome.sh * added -qq for unzip * added comments to GetChromiumRevision function * updated tests and sofware report Co-authored-by: Nikita Bykov <v-nibyko@microsoft.com>
This commit is contained in:
@@ -18,8 +18,8 @@ Describe "Chrome" {
|
||||
}
|
||||
}
|
||||
|
||||
Describe "Chromium" -Skip:(-not (Test-IsUbuntu20)) {
|
||||
Describe "Chromium" {
|
||||
It "Chromium" {
|
||||
"chromium --version" | Should -ReturnZeroExitCode
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user