mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
[ubuntu] split git and git-lfs into separate install scripts (#8711)
for better observability of integrity validation let us split install script into two
This commit is contained in:
@@ -241,15 +241,17 @@ Describe "Git" {
|
||||
"git --version" | Should -ReturnZeroExitCode
|
||||
}
|
||||
|
||||
It "git-lfs" {
|
||||
"git-lfs --version" | Should -ReturnZeroExitCode
|
||||
}
|
||||
|
||||
It "git-ftp" {
|
||||
"git-ftp --version" | Should -ReturnZeroExitCode
|
||||
}
|
||||
}
|
||||
|
||||
Describe "Git-lfs" {
|
||||
It "git-lfs" {
|
||||
"git-lfs --version" | Should -ReturnZeroExitCode
|
||||
}
|
||||
}
|
||||
|
||||
Describe "Heroku" {
|
||||
It "heroku" {
|
||||
"heroku --version" | Should -ReturnZeroExitCode
|
||||
|
||||
Reference in New Issue
Block a user