diff --git a/.github/workflows/test_windows.yaml b/.github/workflows/test_windows.yaml index 359ec429..6aef5534 100644 --- a/.github/workflows/test_windows.yaml +++ b/.github/workflows/test_windows.yaml @@ -64,7 +64,7 @@ jobs: qc_runtime --config="$env:WORKING_PATH\qc-framework\qc-framework\.github\workflows\windows-files\odr_config.xml" --manifest="$env:WORKING_PATH\qc-framework\qc-framework\.github\workflows\windows-manifest\framework.json" Get-ChildItem "$env:ASAM_QC_FRAMEWORK_WORKING_DIR" #Test-Path "$env:ASAM_QC_FRAMEWORK_WORKING_DIR\xodr_bundle_report.xqar" - if (Get-ChildItem "D:\\a\\*.xqar" -ErrorAction SilentlyContinue) { Write-Host "Matching files exist." } else { Write-Host "No matching files found." } + if (Get-ChildItem "$env:ASAM_QC_FRAMEWORK_WORKING_DIR\*.xqar" -Recurse -ErrorAction SilentlyContinue) { Write-Host "Matching files exist." } else { Write-Host "No matching files found." }