Skip to content

Commit

Permalink
Merge pull request #140 from slintes/fix-bundle-test
Browse files Browse the repository at this point in the history
Run bundle in test target to ensure bundle is up to date
  • Loading branch information
slintes authored Apr 12, 2024
2 parents 4450cfc + 9f5405b commit e285b25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci-operator.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
build_root_image:
namespace: openshift
name: release
tag: rhel-8-release-golang-1.20-openshift-4.14
tag: golang-1.20
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@ fix-imports: sort-imports
$(SORT_IMPORTS) -w .

.PHONY: test
test: test-no-verify verify-unchanged ## Generate and format code, run tests, generate manifests and bundle, and verify no uncommitted changes
test: test-no-verify ## Generate and format code, run tests, generate manifests and bundle, and verify no uncommitted changes
$(MAKE) bundle-reset verify-unchanged

.PHONY: test-no-verify
# -r: If set, ginkgo finds and runs test suites under the current directory recursively.
Expand Down

0 comments on commit e285b25

Please sign in to comment.