This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/main by this push:
     new ed91f8adb chore(ci): don't cache the second build
ed91f8adb is described below

commit ed91f8adb90ca57b6ad16806604bcbafb846676f
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Thu Feb 26 15:44:37 2026 +0100

    chore(ci): don't cache the second build
---
 .github/actions/build/action.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/actions/build/action.yml b/.github/actions/build/action.yml
index 9c07aecde..db03a9811 100644
--- a/.github/actions/build/action.yml
+++ b/.github/actions/build/action.yml
@@ -73,6 +73,7 @@ runs:
     if: github.event_name == 'pull_request'
     shell: bash
     run: |
+      go clean -cache -testcache
       COVERAGE_OPTS="-covermode=count -coverprofile=oldcoverage.out 
-coverpkg=./..." make build
       # Remove mock and generated code from account
       grep -v "github.com/apache/camel-k/v2/pkg/client" oldcoverage.out \

Reply via email to