workflows/test: Add installer to PATH at first position
This commit is contained in:
@ -25,5 +25,5 @@ jobs:
|
|||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
shell: powershell
|
shell: powershell
|
||||||
run: |
|
run: |
|
||||||
$env:PATH += ";$(pwd)\Installer\Files"
|
$env:PATH = "$(pwd)\Installer\Files;" + $env:PATH
|
||||||
$(& dotnet test Tests; $a=$lastexitcode) | findstr x*; exit $a
|
$(& dotnet test Tests; $a=$lastexitcode) | findstr x*; exit $a
|
||||||
|
Reference in New Issue
Block a user