We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90af9b2 commit 75ff5ecCopy full SHA for 75ff5ec
.github/workflows/CI.yml
@@ -14,4 +14,4 @@ jobs:
14
- uses: actions/checkout@v1
15
- name: Perform the import
16
shell: pwsh
17
- run: Import-Module ./dbops.psd1 -ErrorAction Stop
+ run: Install-Module PSFramework -Force; Import-Module ./dbops.psd1 -ErrorAction Stop
0 commit comments