From a2e5472abc7b083e475bb3a98cfdcee5b10961cf Mon Sep 17 00:00:00 2001 From: Ishaan Jain Date: Fri, 31 May 2024 12:54:18 +0530 Subject: [PATCH] Updated workflow --- .github/workflows/ci-test-ginkgo.yml | 2 +- .github/workflows/ci-test-systemd.yml | 2 +- tests/nonk8s_env/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-test-ginkgo.yml b/.github/workflows/ci-test-ginkgo.yml index 48a5ac1b3b..fef56684c6 100644 --- a/.github/workflows/ci-test-ginkgo.yml +++ b/.github/workflows/ci-test-ginkgo.yml @@ -2,7 +2,7 @@ name: ci-test-ginkgo on: push: - branches: [main] + branches: [k8s_testing] paths: - "KubeArmor/**" - "tests/**" diff --git a/.github/workflows/ci-test-systemd.yml b/.github/workflows/ci-test-systemd.yml index f9a9595b3b..1c62509b38 100644 --- a/.github/workflows/ci-test-systemd.yml +++ b/.github/workflows/ci-test-systemd.yml @@ -2,7 +2,7 @@ name: ci-test-systemd on: push: - branches: [main] + branches: [k8s_testing] paths: - "KubeArmor/**" - "tests/**" diff --git a/tests/nonk8s_env/Makefile b/tests/nonk8s_env/Makefile index 91f94c5a2b..66b53d0097 100644 --- a/tests/nonk8s_env/Makefile +++ b/tests/nonk8s_env/Makefile @@ -4,7 +4,7 @@ .PHONY: build build: @go mod tidy - @ginkgo -r --vv --flake-attempts=10 --timeout=30m + @ginkgo -r --vv --flake-attempts=10 --timeout=30m --coverpkg=github.com/kubearmor/KubeArmor/tests/... .PHONY: test test: