From c7791c19a610e614f99b08d724853118e166f2dd Mon Sep 17 00:00:00 2001 From: "Anis :)" Date: Wed, 3 Apr 2024 13:16:32 +0330 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4c4f253..2906f60 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,15 +22,9 @@ jobs: name: test runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - uses: actions/setup-go@v2 - with: - go-version: '^1.21' - - uses: RyanSiu1995/kubebuilder-action@v1.2.1 - - run: make test - - uses: codecov/codecov-action@v1 - with: - files: coverage.out + - uses: actions/checkout@v3 + - name: run tests using make + run: make test docker: name: docker runs-on: ubuntu-latest