From c18f68bc46b2f1737d95137fe01c7428ae9f4be5 Mon Sep 17 00:00:00 2001 From: Raymond LaRose Date: Wed, 30 Apr 2025 15:05:05 -0400 Subject: [PATCH] Remove unnecessary blank line in Pester test execution step --- .gitea/workflows/Publish Module.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/Publish Module.yaml b/.gitea/workflows/Publish Module.yaml index e6e67b9..476cf54 100644 --- a/.gitea/workflows/Publish Module.yaml +++ b/.gitea/workflows/Publish Module.yaml @@ -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"