Skip to content

Commit

Permalink
Install ModuleFast in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasNieto committed Jan 27, 2024
1 parent 6d0fb26 commit fe5d87d
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 @@ -41,7 +41,7 @@ jobs:
path: C:\Users\runneradmin\Documents\PowerShell\Modules\AnyPackage.ModuleFast\

- name: Install AnyPackage module
run: Install-Module AnyPackage -Force -AllowClobber
run: Install-Module AnyPackage, ModuleFast -Force -AllowClobber

- name: Test with Pester
run: |
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
path: '~/.local/share/powershell/Modules/AnyPackage.ModuleFast'

- name: Install AnyPackage module
run: Install-Module AnyPackage -Force -AllowClobber
run: Install-Module AnyPackage, ModuleFast -Force -AllowClobber

- name: Publish Module
env:
Expand Down

0 comments on commit fe5d87d

Please sign in to comment.