Skip to content

Commit 75ff5ec

Browse files
committed
adding PSFramework installation to GH CI
1 parent 90af9b2 commit 75ff5ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
- uses: actions/checkout@v1
1515
- name: Perform the import
1616
shell: pwsh
17-
run: Import-Module ./dbops.psd1 -ErrorAction Stop
17+
run: Install-Module PSFramework -Force; Import-Module ./dbops.psd1 -ErrorAction Stop

0 commit comments

Comments
 (0)