Skip to content

Commit

Permalink
import with function
Browse files Browse the repository at this point in the history
  • Loading branch information
jworkmanjc committed Oct 2, 2023
1 parent 2efc092 commit 4ee06eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/powershell-module-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
run: |
# validate release type variables
$env:OVERRIDE_VERSION | Should -BeIn @('true', 'false')
$env:RELEASE_TYPE | | Should -BeIn @('major','minor','patch')
$env:RELEASE_TYPE | Should -BeIn @('major','minor','patch')
clone:
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion PowerShell/JumpCloud Module/Tests/InvokePester.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ if (-not (Test-Path $PesterResultsFileXmldir)) {


# define pester configuration
$configuration = [PesterConfiguration]::Default
$configuration = New-PesterConfiguration
$configuration.Run.Path = $PesterRunPaths
$configuration.Should.ErrorAction = 'Continue'
$configuration.CodeCoverage.Enabled = $true
Expand Down

0 comments on commit 4ee06eb

Please sign in to comment.