From e6c3d5fe5dcf7a029cf142f5f083bce272383d83 Mon Sep 17 00:00:00 2001 From: romanodanilo Date: Tue, 27 Aug 2024 17:01:20 +0200 Subject: [PATCH] Add test windows action Signed-off-by: romanodanilo --- .github/workflows/test_windows.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_windows.yaml b/.github/workflows/test_windows.yaml index eca4d42e..8560fed6 100644 --- a/.github/workflows/test_windows.yaml +++ b/.github/workflows/test_windows.yaml @@ -61,7 +61,11 @@ jobs: run: | $env:ASAM_QC_FRAMEWORK_WORKING_DIR = "$env:WORKING_PATH\test_output" 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" - Test-Path "$env:ASAM_QC_FRAMEWORK_WORKING_DIR\xodr_bundle_report.xqar" + Get-ChildItem "$env:ASAM_QC_FRAMEWORK_WORKING_DIR" + #Test-Path "$env:ASAM_QC_FRAMEWORK_WORKING_DIR\xodr_bundle_report.xqar" + #if (Get-ChildItem "C:\path\to\your\*.txt" -ErrorAction SilentlyContinue) { Write-Host "Matching files exist." } else { Write-Host "No matching files found." } + + shell: pwsh