From f852d125d469b71cf8f7dbe0f57baff65e37a6c6 Mon Sep 17 00:00:00 2001 From: Joe Workman Date: Wed, 8 Nov 2023 13:11:38 -0700 Subject: [PATCH] ignore build for test --- .github/workflows/jcapi-powershell-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jcapi-powershell-ci.yml b/.github/workflows/jcapi-powershell-ci.yml index 0f7da5422..c59307788 100644 --- a/.github/workflows/jcapi-powershell-ci.yml +++ b/.github/workflows/jcapi-powershell-ci.yml @@ -162,7 +162,7 @@ jobs: $ErrorActionnPreference = 'Stop' ./Test-Module.ps1 -JCApiKey:($env:PESTER_APIKEY) -JCOrgId:($env:PESTER_ORGID) -JCApiKeyMTP:($env:PESTER_MSP_APIKEY) -JCProviderId:($env:PESTER_PROVIDERID) -ExcludeTagList:("None") -IncludeTagList:("MTP") -testModulePath:("./SDKs/PowerShell/${{ matrix.SDKName }}/test-module.ps1") Invoke-Pester: - needs: ["Setup-Build-Dependancies", "Build-SDK"] + needs: ["Setup-Build-Dependancies"] runs-on: ubuntu-latest timeout-minutes: 70 steps: