Remove unnecessary blank line in Pester test execution step

This commit is contained in:
2025-04-30 15:05:05 -04:00
parent 51a3a15a4f
commit c18f68bc46

View File

@@ -20,7 +20,6 @@ jobs:
- name: Run pester tests and verify all tests pass
shell: pwsh
run: |
Write-Host "Changing to repository directory: ${{ github.workspace }}"
Set-Location -Path ${{ github.workspace }}
Write-Host "Running Pester tests"