Skip to content

Commit

Permalink
ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasNieto committed Jan 28, 2024
1 parent 198e1f7 commit 1a681d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ jobs:

- name: Test with Pester
run: |
Get-Module
Get-PackageProvider | select *
$ht = Import-PowerShellDataFile PesterSettings.psd1
$config = New-PesterConfiguration $ht
Invoke-Pester -Configuration $config
Get-Module
Get-PackageProvider | select *
Sign:
needs: Test
Expand Down

0 comments on commit 1a681d8

Please sign in to comment.