This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2022-07-27 21:17:48 +02:00
parent 1b64266ea6
commit 005faa1263
No known key found for this signature in database
GPG key ID: BC5E2BD907F9A8EC

View file

@ -89,7 +89,7 @@ jobs:
kubectl taint --all=true nodes node.cloudprovider.kubernetes.io/uninitialized- || true
- name: Run chart-testing (install)
run: ct install --config .ci/ct/ct.yaml --charts ${{ matrix.chart }}
run: ct install --config .ci/ct/ct.yaml --charts "charts/${{ matrix.chart }}"
# Summarize matrix https://github.community/t/status-check-for-a-matrix-jobs/127354/7
install_success:
@ -131,7 +131,8 @@ jobs:
- name: Run tests
run: |
helm plugin install https://github.com/vbehar/helm3-unittest --version v1.0.16
cd ${{ matrix.chart }}
cd "charts/${{ matrix.chart }}"
helm dep update
helm unittest -f "tests/**/*_test.yaml" .
# Summarize matrix https://github.community/t/status-check-for-a-matrix-jobs/127354/7