mirror of
https://github.com/block/goose.git
synced 2026-07-09 16:09:22 +00: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:
parent
b9ecd0a556
commit
72fa4410d6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue