Skip to content

Commit b92e5e8

Browse files
committed
Fixing test failures
1 parent 753eca2 commit b92e5e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/reusable-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
shell: powershell
6161
run: |
6262
$dockerPath = & where docker
63+
Write-Host "docker.exe path: $dockerPath"
6364
if ($dockerPath)
6465
{
6566
$dockercliPath = $dockerPath -replace "docker.exe", "dockercli.exe"

0 commit comments

Comments
 (0)