Skip to content

Commit a9c3a9f

Browse files
authored
build: ✅ recipe that manually tests template through the questions (#184)
# Description I had an issue with applying the template using the manual (not using `--data`) approach. So this adds a test for that. This PR needs a quick review. ## Checklist - [x] Ran `just run-all`
1 parent d229210 commit a9c3a9f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

justfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ check-spelling:
5151
test is_seedcase_project="true" hosting_provider="netlify":
5252
sh ./test-template.sh {{ is_seedcase_project }} {{ hosting_provider }}
5353

54+
# Test template with the manual questionnaire answers
55+
test-manual:
56+
mkdir -p _temp/manual-test/
57+
uvx copier copy --trust -r HEAD . _temp/manual-test
58+
5459
# Clean up any leftover and temporary build files
5560
cleanup:
5661
rm -rf _temp

0 commit comments

Comments
 (0)