Skip to content

Commit

Permalink
ci: Ensure that e2e are not cachable
Browse files Browse the repository at this point in the history
  • Loading branch information
konrad-ohms committed Sep 9, 2024
1 parent f553373 commit d86b7ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ test: gen-mocks manifests generate fmt vet lint envtest ## Run tests but ignore

.PHONY: e2e
e2e:
go test -v github.com/instana/instana-agent-operator/e2e
go test -count=1 -v github.com/instana/instana-agent-operator/e2e

##@ Build

Expand Down

0 comments on commit d86b7ff

Please sign in to comment.