Skip to content

Commit c7f6f2f

Browse files
Fix Action
1 parent 783e4ea commit c7f6f2f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/e2e_tests.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ jobs:
8585
8686
echo Setting up CodeFlare stack
8787
make setup-e2e
88-
make defaults manifests fmt vet
8988
9089
cd ..
9190

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,4 +383,4 @@ verify-imports: openshift-goimports ## Run import verifications.
383383

384384
.PHONY: scorecard-bundle
385385
scorecard-bundle: install-operator-sdk ## Run scorecard tests on bundle image.
386-
$(OPERATOR_SDK) scorecard bundle
386+
$(OPERATOR_SDK) scorecard bundle

0 commit comments

Comments
 (0)