Skip to content

Commit 094e239

Browse files
committed
Update Makefile to ensure CLEANUP=false for scheduledspark-verify target in test-all
1 parent f7591d8 commit 094e239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/openshift/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ test-all: ## Run all tests (operator-install, spark-pi, docling, scheduledspark)
113113
$(MAKE) operator-install CLEANUP=false
114114
$(MAKE) test-spark-pi CLEANUP=false
115115
$(MAKE) test-docling-spark CLEANUP=false
116-
$(MAKE) scheduledspark-verify
116+
$(MAKE) scheduledspark-verify CLEANUP=false
117117
$(MAKE) test-docling-spark
118118

119119
##@ Image Build/Load (CI and local)

0 commit comments

Comments
 (0)