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 }}
|
Test phases: {{ test_phases }}, Depth: {{ test_depth }}, Parallel: {{ parallel_tests }}
|
||||||
|
|
||||||
## 🚀 INITIALIZATION
|
## 🚀 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:
|
Track your progress using the todo extension. Start with:
|
||||||
- [ ] Initialize test workspace
|
- [ ] Initialize test workspace
|
||||||
|
|||||||
Reference in New Issue
Block a user