From a72d2462aa4b28efbb203ca66b8535a1f0ac3e92 Mon Sep 17 00:00:00 2001 From: Camila Macedo Date: Sat, 20 Apr 2024 07:48:20 +0100 Subject: [PATCH] ci: fix go sample e2e tests --- .github/workflows/test-sample-go.yml | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/.github/workflows/test-sample-go.yml b/.github/workflows/test-sample-go.yml index 8cc44b3ded5..08e1c9a1984 100644 --- a/.github/workflows/test-sample-go.yml +++ b/.github/workflows/test-sample-go.yml @@ -1,4 +1,4 @@ -name: project-v4-sample +name: run-test-e2e-for-project-v4-sample on: push: @@ -8,10 +8,6 @@ jobs: test: name: Run on Ubuntu runs-on: ubuntu-latest - env: - KIND_K8S_VERSION: v1.29.0 - tools_k8s_version: 1.29.0 - kind_version: 0.22.0 steps: - name: Clone the code uses: actions/checkout@v4 @@ -21,16 +17,6 @@ jobs: with: go-version: '~1.21' - - name: Install Kind - run: go install sigs.k8s.io/kind@v$kind_version - - - - name: Install setup-envtest - run: go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest - - - name: Install e2e tools with setup-envtest - run: setup-envtest use $tools_k8s_version - - name: Create kind cluster run: kind create cluster @@ -45,7 +31,5 @@ jobs: - name: Test run: | cd testdata/project-v4 - go get -u ./... go mod tidy make test-e2e - \ No newline at end of file