Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .github/workflows/copilot-setup-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ jobs:
if ($env:HVE_PSGALLERY_SOURCE_URL) {
Register-PSRepository -Name $repo -SourceLocation $env:HVE_PSGALLERY_SOURCE_URL -InstallationPolicy Trusted -ErrorAction SilentlyContinue
}
Install-Module -Name PowerShell-Yaml -RequiredVersion 0.4.7 -Force -Scope CurrentUser -Repository $repo
Install-Module -Name PSScriptAnalyzer -RequiredVersion 1.25.0 -Force -Scope CurrentUser -Repository $repo
Install-Module -Name Pester -RequiredVersion 5.7.1 -Force -Scope CurrentUser -Repository $repo
Install-Module -Name PowerShell-Yaml -RequiredVersion 0.4.7 -Force -Scope AllUsers -Repository $repo
Install-Module -Name PSScriptAnalyzer -RequiredVersion 1.25.0 -Force -Scope AllUsers -Repository $repo
Install-Module -Name Pester -RequiredVersion 5.7.1 -Force -Scope AllUsers -Repository $repo

- name: Install uv package manager
env:
Expand Down Expand Up @@ -169,7 +169,6 @@ jobs:
uv --version
uvx --version
cosign version
npx --no vally -- --version
echo ""
echo "=== npm Scripts Available ==="
npm run --list
Expand Down
Loading