From 92545cc874fddb62b2a69df6d8c9a535d15bcae2 Mon Sep 17 00:00:00 2001 From: Debdut Chakraborty Date: Wed, 19 Jul 2023 23:32:46 +0530 Subject: [PATCH] try specific k3d version --- .github/workflows/test.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fa54a58..f641a96 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,8 +31,12 @@ jobs: repository: ${{ env.TESTS_REPO }} path: tests submodules: true + - name: Setup k3d - uses: nolar/setup-k3d-k3s@v1 + uses: AbsaOSS/k3d-action + with: + cluster-name: helm + - name: Run tests shell: bash env: