From 36a86b82cfc7349d27dfc8b544e9ef21f95fc4ea Mon Sep 17 00:00:00 2001 From: Joe Workman Date: Tue, 7 Nov 2023 19:49:04 -0700 Subject: [PATCH] Missing " for invoke-pester --- .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 e1f7bbf32..54f2dcd28 100644 --- a/.github/workflows/jcapi-powershell-ci.yml +++ b/.github/workflows/jcapi-powershell-ci.yml @@ -239,5 +239,5 @@ jobs: # At this time only associations need to be added: $tags += 'JCAssociation' # Invoke Pester - . /home/runner/work/support/support/PowerShell/JumpCloud Module/Tests/InvokePester.ps1" -JumpCloudApiKey $env:PESTER_APIKEY -ExcludeTagList:('MSP') -IncludeTagList:($tags) -RequiredModulesRepo:('PSGallery') + . "/home/runner/work/support/support/PowerShell/JumpCloud Module/Tests/InvokePester.ps1" -JumpCloudApiKey $env:PESTER_APIKEY -ExcludeTagList:('MSP') -IncludeTagList:($tags) -RequiredModulesRepo:('PSGallery')