chore(tests): Mock arch to make tests pass on arm host (#191)

Also add Windows arm64 download link test now that arm64 runners exist for Windows.
This commit is contained in:
Cornelius Roemer
2025-08-06 21:44:51 +02:00
committed by GitHub
parent 51463d68e8
commit 32bc12022d
2 changed files with 16 additions and 3 deletions

View File

@ -10,7 +10,7 @@ import * as toolCache from '@actions/tool-cache'
import * as core from '@actions/core'
const helmToolName = 'helm'
const stableHelmVersion = 'v3.13.3'
export const stableHelmVersion = 'v3.13.3'
export async function run() {
let version = core.getInput('version', {required: true})