Skip to content

Commit 29f6bc7

Browse files
committed
Fixing test failures
1 parent 97d7e58 commit 29f6bc7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/reusable-build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,7 @@ jobs:
6969
{
7070
$dockerDir = Split-Path $dockerPath
7171
Write-Host "Listing contents of $dockerDir recursively:"
72-
Get-ChildItem -Path $dockerDir -Recurse | ForEach-Object
73-
{
74-
Write-Host $_.FullName
75-
}
72+
Get-ChildItem -Path $dockerDir -Recurse | ForEach-Object { Write-Host $_.FullName }
7673
$dockercliPath = $dockerPath -replace "docker.exe", "dockercli.exe"
7774
if (Test-Path $dockercliPath)
7875
{

0 commit comments

Comments
 (0)