Remove unnecessary blank line in Pester test execution step
This commit is contained in:
@@ -20,7 +20,6 @@ jobs:
|
|||||||
- name: Run pester tests and verify all tests pass
|
- name: Run pester tests and verify all tests pass
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
|
|
||||||
Write-Host "Changing to repository directory: ${{ github.workspace }}"
|
Write-Host "Changing to repository directory: ${{ github.workspace }}"
|
||||||
Set-Location -Path ${{ github.workspace }}
|
Set-Location -Path ${{ github.workspace }}
|
||||||
Write-Host "Running Pester tests"
|
Write-Host "Running Pester tests"
|
||||||
|
|||||||
Reference in New Issue
Block a user