There was an error while loading. Please reload this page.
1 parent 67af703 commit bb98527Copy full SHA for bb98527
1 file changed
.github/workflows/tests.yml
@@ -17,11 +17,13 @@ jobs:
17
run: Install-Module Pester -Force -Scope CurrentUser
18
19
- name: Import module
20
- run: Import-Module "$env:GITHUB_WORKSPACE/VSCode-Updater/VSCode-Updater.psm1" -Force
+ shell: pwsh
21
+ run: Import-Module "$env:GITHUB_WORKSPACE/VSCode-Updater.psm1" -Force
22
- name: Verify module load
23
24
run: |
- Import-Module "$env:GITHUB_WORKSPACE/VSCode-Updater.psd1" -Force
- Get-Command Get-SelectedVersionName -ErrorAction SilentlyContinue
25
+ Import-Module "$env:GITHUB_WORKSPACE/VSCode-Updater.psm1" -Force
26
+ Get-Command Get-SelectedVersionName | Format-List *
27
28
- name: Run Tests
29
shell: pwsh
0 commit comments