Update common_library_tests.yaml

This commit is contained in:
Kjeld Schouten
2023-06-09 09:09:31 +02:00
committed by GitHub
parent 37d413177c
commit 592418c230

View File

@@ -197,6 +197,12 @@ jobs:
wget https://github.com/boz/kail/releases/download/${KAIL_VERSION}/kail_${KAIL_VERSION}_linux_amd64.tar.gz
tar -xvzf kail_${KAIL_VERSION}_linux_amd64.tar.gz
chmod +x kail
# Install some manifests to enable us to allow for testing cnpg, metrics and such
- name: Install manifests
run: |
kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.13.10/config/manifests/metallb-native.yaml
kubectl apply -f https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.17/releases/cnpg-1.17.5.yaml
- name: Run chart-testing (install)
run: |