Skip to content

Commit 71ae23c

Browse files
committed
fix windows
1 parent 7c5e1ad commit 71ae23c

2 files changed

Lines changed: 1 addition & 11 deletions

File tree

integration-tests/init-with-token/expected/.codacy/codacy.yaml

Lines changed: 0 additions & 10 deletions
This file was deleted.

integration-tests/run.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ function Compare-Files {
110110

111111
# Compare subdirectories
112112
Get-ChildItem -Path $expectedDir -Directory | Where-Object { $_.Name -ne "logs" } | ForEach-Object {
113-
$actualSubDir = if ($_.Name -eq ".codacy") { $actualDir } else { Join-Path $actualDir $_.Name }
113+
$actualSubDir = Join-Path $actualDir $_.Name
114114

115115
if (-not (Test-Path $actualSubDir)) {
116116
Write-Host "❌ Directory $label/$($_.Name) does not exist in actual output"

0 commit comments

Comments
 (0)