Skip to content

Commit 97d7e58

Browse files
committed
Fixing test failures
1 parent 9df1da0 commit 97d7e58

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/reusable-build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@ jobs:
6767
Write-Host "docker.exe path: $dockerPath"
6868
if ($dockerPath)
6969
{
70+
$dockerDir = Split-Path $dockerPath
71+
Write-Host "Listing contents of $dockerDir recursively:"
72+
Get-ChildItem -Path $dockerDir -Recurse | ForEach-Object
73+
{
74+
Write-Host $_.FullName
75+
}
7076
$dockercliPath = $dockerPath -replace "docker.exe", "dockercli.exe"
7177
if (Test-Path $dockercliPath)
7278
{

0 commit comments

Comments
 (0)