Skip to content

Commit ed91f8a

Browse files
authored
chore(ci): don't cache the second build
1 parent a682651 commit ed91f8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/build/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ runs:
7373
if: github.event_name == 'pull_request'
7474
shell: bash
7575
run: |
76+
go clean -cache -testcache
7677
COVERAGE_OPTS="-covermode=count -coverprofile=oldcoverage.out -coverpkg=./..." make build
7778
# Remove mock and generated code from account
7879
grep -v "github.com/apache/camel-k/v2/pkg/client" oldcoverage.out \

0 commit comments

Comments
 (0)