From 1b7ffeac531f5c65c0926533779af53e86139912 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Thu, 7 Sep 2023 11:27:04 +0200 Subject: [PATCH] ci: k8s: Fix typo in run-k8s-tests-on-garm.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit integrations -> integration integrtion -> integration Fixes: #6542 Signed-off-by: Fabiano FidĂȘncio (cherry picked from commit 8d99972a8a3cdf55f695f7ca2af7126d4cd47af2) --- .github/workflows/run-k8s-tests-on-garm.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-k8s-tests-on-garm.yaml b/.github/workflows/run-k8s-tests-on-garm.yaml index 530de3cf74..eee9b48a34 100644 --- a/.github/workflows/run-k8s-tests-on-garm.yaml +++ b/.github/workflows/run-k8s-tests-on-garm.yaml @@ -47,10 +47,10 @@ jobs: ref: ${{ inputs.commit-hash }} - name: Deploy ${{ matrix.k8s }} - run: bash tests/integrations/kubernetes/gha-run.sh deploy-k8s + run: bash tests/integration/kubernetes/gha-run.sh deploy-k8s - name: Configure the ${{ matrix.snapshotter }} snapshotter - run: bash tests/integrtion/kubernetes/gha-run.sh configure-snapshotter + run: bash tests/integration/kubernetes/gha-run.sh configure-snapshotter - name: Deploy Kata timeout-minutes: 10