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"