Skip to content

Commit

Permalink
Add test windows action
Browse files Browse the repository at this point in the history
Signed-off-by: romanodanilo <[email protected]>
  • Loading branch information
romanodanilo committed Aug 27, 2024
1 parent 6884be2 commit e6c3d5f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test_windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e6c3d5f

Please sign in to comment.