From 6a5235885c35bae89e549d5def29fc2a401fa601 Mon Sep 17 00:00:00 2001 From: Frostebite Date: Mon, 26 Jun 2023 18:00:47 +0100 Subject: [PATCH] update pipeline to use k3s --- .github/workflows/cloud-runner-ci-pipeline.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cloud-runner-ci-pipeline.yml b/.github/workflows/cloud-runner-ci-pipeline.yml index e30e21f2..a1c0d244 100644 --- a/.github/workflows/cloud-runner-ci-pipeline.yml +++ b/.github/workflows/cloud-runner-ci-pipeline.yml @@ -131,10 +131,8 @@ jobs: aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} aws-region: eu-west-2 - run: yarn - - name: start minikube - id: minikube - if: matrix.providerStrategy == 'k8s' - uses: medyagh/setup-minikube@latest + - name: actions-k3s + uses: debianmaster/actions-k3s@v1.0.5 - run: yarn run test "${{ matrix.test }}" --detectOpenHandles --forceExit --runInBand timeout-minutes: 60 env: