Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Commit cfafb77

Browse files
committed
Add new Spec Report Regex Params
1 parent 6ccd770 commit cfafb77

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/integrity-check.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,13 @@ jobs:
4646

4747
- name: Execute Spec Test Vector Report
4848
if: always() && steps.tests.conclusion != 'skipped'
49-
uses: TBD54566975/sdk-report-runner/.github/actions/specs-report@main
49+
uses: TBD54566975/sdk-report-runner/.github/actions/specs-report@leordev/specs-report-fix-web5
5050
with:
5151
junit-report-paths: packages/*/results.xml
5252
spec-path: tbdex
53+
suite-name-regex: TbdexTestVector
54+
feature-regex: TbdexTestVectors(\w+)
55+
vector-regex: TbdexTestVectors(\w+) (\w+)
5356
fail-on-missing-vectors: true
5457
fail-on-failed-test-cases: true
5558
comment-on-pr: true

0 commit comments

Comments
 (0)