Tests: Add E2ETests
All checks were successful
Test / Run tests (push) Successful in 2m16s

This commit is contained in:
2024-07-07 01:22:08 +02:00
parent 658a1f4dc1
commit ddd821e478
6 changed files with 293 additions and 1 deletions

View File

@ -27,4 +27,4 @@ jobs:
shell: powershell
run: |
$env:PATH = "$(pwd)\Installer\Files;" + $env:PATH
$(& dotnet test Tests; $a=$lastexitcode) | findstr x*; exit $a
$(& dotnet test Tests --filter "FullyQualifiedName!~E2ETests"; $a=$lastexitcode) | findstr x*; exit $a