From d329ad5558c5ed967fda50ed4dd711ecc977601a Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Tue, 10 Feb 2026 13:26:46 -0300 Subject: [PATCH] chore(taskfile): add `run:onboarding` to test onboarding flow --- Taskfile.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Taskfile.yaml b/Taskfile.yaml index b977ba93af2920c3f401f6c362ddb26161887ec4..2d5462a63ea12468bbaa574454038eb105146867 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -66,6 +66,16 @@ tasks: - task: build - ./crush {{.CLI_ARGS}} + run:onboarding: + desc: Run build with custom config to test onboarding + env: + CRUSH_GLOBAL_DATA: tmp/onboarding/data + CRUSH_GLOBAL_CONFIG: tmp/onboarding/config + cmds: + - task: build + - rm -rf tmp/onboarding + - ./crush {{.CLI_ARGS}} + test: desc: Run tests cmds: