Skip to content

Commit 843150e

Browse files
1 parent 26c8dc0 commit 843150e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install Foil
3636
run: Install-Module Foil -Force
3737
- name: Install AnyPackage
38-
run: Install-Module AnyPackage -Force -AllowClobber
38+
run: Install-Module AnyPackage -Force -AllowClobber -RequiredVersion 0.1.0
3939
- name: Test with Pester
4040
run: |
4141
Invoke-Pester -Configuration (New-PesterConfiguration -Hashtable @{

0 commit comments

Comments
 (0)