From 88528a8ebb3fcb38dafd0fb8d2470ef9649ced89 Mon Sep 17 00:00:00 2001 From: "Christian J. (TV)" <45047468+ChristianJ-TV@users.noreply.github.com> Date: Thu, 29 Jun 2023 16:52:55 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 485d4ab..31d6d1a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: $ProgressPreference = 'SilentlyContinue' $ErrorActionPreference = 'Stop' Install-Module -Name PSScriptAnalyzer -SkipPublisherCheck -Scope CurrentUser -MinimumVersion 1.19.1 -Force -Verbose - Invoke-ScriptAnalyzer -Path $env:GITHUB_WORKSPACE -Recurse -Settings (Join-Path -Path $env:GITHUB_WORKSPACE -ChildPath 'PSScriptAnalyzerSettings.psd1') -ReportSummary -EnableExit -ReportSummary -EnableExit + Invoke-ScriptAnalyzer -Path $env:GITHUB_WORKSPACE -Recurse -Settings (Join-Path -Path $env:GITHUB_WORKSPACE -ChildPath 'PSScriptAnalyzerSettings.psd1') -ReportSummary -EnableExit # Run tests - name: Run tests (via Pester) shell: pwsh