From 85b698fb2bb0b0d9dde187a0a50ac5d54274a3a2 Mon Sep 17 00:00:00 2001 From: Eriks Zelenka Date: Sun, 17 Dec 2023 19:56:55 +0000 Subject: [PATCH] Fix typo --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f5a66009..478763a5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -62,8 +62,8 @@ jobs: kubectl describe node k3d-operator-server-0 kubectl describe node k3d-operator-agent-0 - - name: Unit tests and envtest integration tests - run: make test - # helm tests - name: Test helm charts run: make test-helm + + - name: Unit tests and envtest integration tests + run: make test