mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-24 10:28:10 +08:00
[Windows] Add new git environment variable (#9898)
This commit is contained in:
@@ -22,4 +22,8 @@ Describe "Git" {
|
||||
It "GCM_INTERACTIVE environment variable should be equal Never" {
|
||||
$env:GCM_INTERACTIVE | Should -BeExactly Never
|
||||
}
|
||||
|
||||
It "GIT_CLONE_PROTECTION_ACTIVE environment variable should be equal false" {
|
||||
$env:GIT_CLONE_PROTECTION_ACTIVE | Should -BeExactly false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user