This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2022-07-28 11:07:24 +02:00
parent b7d97d9dd0
commit b8ca48cc3b
No known key found for this signature in database
GPG key ID: BC5E2BD907F9A8EC

View file

@ -68,7 +68,9 @@ jobs:
- name: Check chart version update
shell: bash
run: |
npx zx .ci/scripts/check_chart_version.mjs "charts/${{ matrix.chart }}"
npm i -g zx
npm link zx
zx .ci/scripts/check_chart_version.mjs "charts/${{ matrix.chart }}"
- name: Set up chart-testing
uses: helm/chart-testing-action@v2.2.1