Tests: Add tests for documents
This commit is contained in:
@ -24,4 +24,6 @@ jobs:
|
||||
run: $(& dotnet build Tests; $a=$lastexitcode) | findstr x*; exit $a
|
||||
- name: Run Tests
|
||||
shell: powershell
|
||||
run: $(& dotnet test Tests; $a=$lastexitcode) | findstr x*; exit $a
|
||||
run: |
|
||||
$env:PATH += ";$(pwd)\Installer\Files"
|
||||
$(& dotnet test Tests; $a=$lastexitcode) | findstr x*; exit $a
|
||||
|
Reference in New Issue
Block a user