Skip to content

Commit

Permalink
windows.yml - add a smoke test for winget installation
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-revay authored Mar 9, 2024
1 parent a23375a commit 7a75251
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- name: "Install `winget`"
shell: pwsh
run: choco install winget
- name: "Test `winget` installation"
shell: pwsh
run: winget
- name: "Run `packages_install.ps1` separately (so that it does not pollute logs)"
shell: powershell
run: .\Windows_10\packages_install.ps1
Expand Down

0 comments on commit 7a75251

Please sign in to comment.