We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea1d79d commit c9a4b77Copy full SHA for c9a4b77
.github/workflows/ci.yml
@@ -71,3 +71,10 @@ jobs:
71
test ! -f ~/.config/opencode/agents/opencoder-planner.md
72
test ! -f ~/.config/opencode/agents/opencoder-builder.md
73
echo "All agents removed successfully"
74
+
75
+ - name: Test verbose output format
76
+ run: |
77
+ output=$(node postinstall.mjs --verbose --dry-run 2>&1)
78
+ echo "$output"
79
+ echo "$output" | grep -q "\[VERBOSE\]" || (echo "ERROR: Missing [VERBOSE] markers in output" && exit 1)
80
+ echo "Verbose output format verified"
0 commit comments