Skip to content

Commit

Permalink
pester 4.10.1 2
Browse files Browse the repository at this point in the history
  • Loading branch information
tig committed Jul 23, 2023
1 parent 76993dc commit 085043d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
run: |
Install-Module -Name Microsoft.PowerShell.ConsoleGuiTools -Force -SkipPublisherCheck -Scope CurrentUser
Install-Module -Name PSReadLine -Force -SkipPublisherCheck -Scope CurrentUser
Install-Module -Name Pester -RequiredVersion "4.10.1" -Force -SkipPublisherCheck -Scope CurrentUser
- name: Run Pester Tests
uses: PoshCode/Actions/pester@v1
Expand Down
5 changes: 1 addition & 4 deletions Tests/Public/f7_history.Tests.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
BeforeAll {
Write-Host "BeforeAll - Importing F7History"
Import-Module F7History
}
#requires -Module F7History

Describe "f7_history" {
Context "The f7_history function" {
Expand Down

0 comments on commit 085043d

Please sign in to comment.