workflows/test: Add installer to PATH at first position

This commit is contained in:
2024-03-02 20:05:35 +01:00
parent 46c97089e7
commit fb28ce5006

View File

@ -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