From b2a554d52b4abb7485c97f694c983ee02e99fc3d Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Mon, 16 Jan 2023 19:41:30 +0200 Subject: [PATCH] move only while running the step --- .github/workflows/common_library_tests.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/common_library_tests.yaml b/.github/workflows/common_library_tests.yaml index faf64c48de..970d4dd64f 100644 --- a/.github/workflows/common_library_tests.yaml +++ b/.github/workflows/common_library_tests.yaml @@ -184,11 +184,6 @@ jobs: # Flags found here https://github.com/k3d-io/k3d k3d-args: --k3s-arg --disable=metrics-server@server:* - # Move CI Values to a temp location - - name: Move CI values - run: | - mv library/common-test/ci library/common-test/runtests - # Install Kail to grab logs from tests, as there are cases ct-install fail to output logs - name: Install Kail run: | @@ -199,6 +194,7 @@ jobs: - name: Run chart-testing (install) run: | + mv library/common-test/ci library/common-test/runtests || echo "Nothing to move" mv -f library/common-test/runtests/${{ matrix.values }} library/common-test/values.yaml ./kail --ignore-ns kube-system >> /tmp/output.log & ct install --config .github/ct-install-config/ct-install.yaml \