mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
replace git for windows internal tools
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
Describe "Git" {
|
||||
$gitTools = 'bash', 'awk', 'git', 'git-lfs'
|
||||
$gitTools = 'git', 'git-lfs'
|
||||
$gitTestCases = $gitTools | ForEach-Object {
|
||||
@{
|
||||
toolName = $_
|
||||
|
||||
Reference in New Issue
Block a user