Workflow script update (attempt to use env vars)

This commit is contained in:
Edward R. Gonzalez 2023-03-31 17:32:47 -04:00
parent e301b400ba
commit 063a3a972c

View File

@ -83,7 +83,7 @@ jobs:
if (-not [string]::IsNullOrEmpty($type)) { $args += $type } if (-not [string]::IsNullOrEmpty($type)) { $args += $type }
if (-not [string]::IsNullOrEmpty($test)) { $args += $test } if (-not [string]::IsNullOrEmpty($test)) { $args += $test }
& .\scripts\build.ci.ps1 debug test Invoke-Expression "& .\scripts\build.ci.ps1 $args"
- name: Get Short Commit SHA - name: Get Short Commit SHA
shell: pwsh shell: pwsh