From b58297a12047cd52f30da19ded74372d9df46ae0 Mon Sep 17 00:00:00 2001 From: Alexandre Lamarre Date: Wed, 17 Apr 2024 15:36:11 -0400 Subject: [PATCH] print mc version Signed-off-by: Alexandre Lamarre --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c4cca9d9..89f80428 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -30,6 +30,7 @@ jobs: run : | ./.github/workflows/e2e/scripts/install-mc.sh echo "$PWD/mc" >> $GITHUB_PATH + mc --version - name : Setup environment variables run : echo "K8S_VERSION_FROM_CI=${{ matrix.K8S_VERSION_FROM_CI }}" >> $GITHUB_ENV - name: Set up Docker Buildx @@ -41,6 +42,6 @@ jobs: # run : # TODO : setup K3d, create cluster, setup kube context, run integration tests - name : Setup k3d cluster - run : CLUSTER_NAME=k3d ./.github/workflows/e2e/scripts/setup-cluster.sh + run : CLUSTER_NAME=backup-restore ./.github/workflows/e2e/scripts/setup-cluster.sh - name : Run integration tests run : ./scripts/integration