mirror of
https://github.com/Azure/setup-helm.git
synced 2026-04-07 15:26:58 +00:00
ci(workflows): update helm version to v3.18.4 and add matrix for tests (#207)
This commit is contained in:
parent
fb8fa40706
commit
5e7287287e
3 changed files with 39 additions and 21 deletions
12
.github/workflows/unit-tests.yml
vendored
12
.github/workflows/unit-tests.yml
vendored
|
|
@ -11,7 +11,17 @@ on: # rebuild any PRs and main branch changes
|
|||
|
||||
jobs:
|
||||
build: # make sure build/ci works properly
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
os:
|
||||
- ubuntu-latest
|
||||
- ubuntu-24.04-arm
|
||||
- windows-latest
|
||||
- windows-11-arm
|
||||
- macos-latest # arm
|
||||
- macos-13 # x64
|
||||
fail-fast: false
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue