From 592418c2303e4d5eddc90b04451dcf10993db07c Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Fri, 9 Jun 2023 09:09:31 +0200 Subject: [PATCH] Update common_library_tests.yaml --- .github/workflows/common_library_tests.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/common_library_tests.yaml b/.github/workflows/common_library_tests.yaml index 5180d465..12be4ad8 100644 --- a/.github/workflows/common_library_tests.yaml +++ b/.github/workflows/common_library_tests.yaml @@ -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: |