From 4010c0e9fdc1fb9c88a29c3ade1011b277519369 Mon Sep 17 00:00:00 2001 From: peefy Date: Thu, 5 Sep 2024 11:50:43 +0800 Subject: [PATCH] chore: temp remove certs tests Signed-off-by: peefy --- .github/workflows/ci.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 66d023a..bc52859 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,8 +32,5 @@ jobs: - name: Project Build & Check run: make - - name: Certs generate tests - run: CERTS_PATH="." MUTATE_CONFIG="test" WEBHOOK_SERVICE="test" WEBHOOK_NAMESPACE="default" go run cmd/webhook-init/main.go - - name: Run e2e tests run: ./scripts/deploy_test.sh