From 71ffcab98e89d969f12430b77e8efbb3426b3ae3 Mon Sep 17 00:00:00 2001 From: rcmerci Date: Thu, 23 Apr 2026 19:52:30 +0800 Subject: [PATCH] update bb.edn --- bb.edn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bb.edn b/bb.edn index c731736ad5..43bbfc8845 100644 --- a/bb.edn +++ b/bb.edn @@ -203,6 +203,10 @@ {:doc "Run shell-first CLI end-to-end tests" :task (apply shell {:shutdown nil} "bb" "-f" "cli-e2e/bb.edn" "test" *command-line-args*)} + dev:cli-e2e-cleanup + {:doc "Run shell-first CLI end-to-end cleanup" + :task (apply shell {:shutdown nil} "bb" "-f" "cli-e2e/bb.edn" "cleanup" *command-line-args*)} + dev:cli-e2e-sync {:doc "Run shell-first CLI sync end-to-end tests" :task (apply shell {:shutdown nil} "bb" "-f" "cli-e2e/bb.edn" "test-sync" *command-line-args*)}