Skip to content

Commit 3051f5d

Browse files
authored
test(gateway): exercise UTF-16 approval payloads
1 parent 0d945dd commit 3051f5d

278 files changed

Lines changed: 7334 additions & 1444 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/mantis-scenario.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
- slack-desktop-smoke
1515
- telegram-live
1616
- telegram-desktop-proof
17+
- web-ui-chat-proof
1718
baseline_ref:
1819
description: Optional baseline ref for before/after scenarios
1920
required: false
@@ -121,6 +122,18 @@ jobs:
121122
fi
122123
gh "${args[@]}"
123124
;;
125+
web-ui-chat-proof)
126+
args=(
127+
workflow run mantis-web-ui-chat-proof.yml
128+
--repo "$GITHUB_REPOSITORY"
129+
--ref main
130+
-f "candidate_ref=${CANDIDATE_REF}"
131+
)
132+
if [[ -n "${PR_NUMBER:-}" ]]; then
133+
args+=(-f "pr_number=${PR_NUMBER}")
134+
fi
135+
gh "${args[@]}"
136+
;;
124137
*)
125138
echo "Unsupported Mantis scenario: ${SCENARIO_ID}" >&2
126139
exit 1

0 commit comments

Comments
 (0)