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: