mirror of
https://github.com/block/goose.git
synced 2026-06-02 06:19:33 +02:00
fix(recipe): use mkdir -p for self-test workspace initialization (#9247)
Signed-off-by: Douwe Osinga <douwe@squareup.com> Co-authored-by: Douwe Osinga <douwe@squareup.com>
This commit is contained in:
@@ -120,7 +120,7 @@ prompt: |
|
||||
Test phases: {{ test_phases }}, Depth: {{ test_depth }}, Parallel: {{ parallel_tests }}
|
||||
|
||||
## 🚀 INITIALIZATION
|
||||
Create test workspace: {{ workspace_dir }}/ for all test artifacts and reports.
|
||||
Create test workspace using `mkdir -p {{ workspace_dir }}/archive` for all test artifacts and reports.
|
||||
|
||||
Track your progress using the todo extension. Start with:
|
||||
- [ ] Initialize test workspace
|
||||
|
||||
Reference in New Issue
Block a user