From 9350583902426d47ca62a86bac83a855535050c6 Mon Sep 17 00:00:00 2001 From: Navin Chandra Date: Sat, 27 Jul 2024 19:30:55 +0000 Subject: [PATCH] test coverage Signed-off-by: Navin Chandra --- .github/workflows/ci-coverage.yaml | 2 +- .github/workflows/ci-test-ginkgo.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-coverage.yaml b/.github/workflows/ci-coverage.yaml index 39c7a3745..8c39e159a 100644 --- a/.github/workflows/ci-coverage.yaml +++ b/.github/workflows/ci-coverage.yaml @@ -40,7 +40,7 @@ jobs: - name: Generate KubeArmor artifacts run: | - #set the $IS_COVERAGE env var to 'true' to build the kubearmor-test image for coverage calculation + # set the $IS_COVERAGE env var to 'true' to build the kubearmor-test image for coverage calculation export IS_COVERAGE=true GITHUB_SHA=$GITHUB_SHA ./KubeArmor/build/build_kubearmor.sh diff --git a/.github/workflows/ci-test-ginkgo.yml b/.github/workflows/ci-test-ginkgo.yml index 020a7a3b4..ec29f56ad 100644 --- a/.github/workflows/ci-test-ginkgo.yml +++ b/.github/workflows/ci-test-ginkgo.yml @@ -32,7 +32,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-20.04, ubuntu-latest] + os: [ubuntu-20.04] runtime: ["containerd", "crio"] steps: - uses: actions/checkout@v3