diff --git a/.github/workflows/Process-PSModule.yml b/.github/workflows/Process-PSModule.yml index 67f2c25..a8e37ad 100644 --- a/.github/workflows/Process-PSModule.yml +++ b/.github/workflows/Process-PSModule.yml @@ -27,5 +27,5 @@ permissions: jobs: Process-PSModule: - uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@11117919e65242d3388727819a751f74ad24ea9e # v5.5.0 + uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@da180bac16b13bfbcdf08b2e4e221b5b49e5ff28 # v6.1.4 secrets: inherit diff --git a/tests/Fonts.Tests.ps1 b/tests/Fonts.Tests.ps1 index a318089..6ffd997 100644 --- a/tests/Fonts.Tests.ps1 +++ b/tests/Fonts.Tests.ps1 @@ -1,4 +1,6 @@ -Describe 'Fonts' { +#Requires -Modules @{ ModuleName = 'Pester'; ModuleVersion = '6.0.0'; MaximumVersion = '6.*' } + +Describe 'Fonts' { Context 'Function: Get-Font' { It 'The function should be available' { Get-Command -Name 'Get-Font' | Should -Not -BeNull