Skip to content

Commit

Permalink
Add new Spec Report Regex Params
Browse files Browse the repository at this point in the history
  • Loading branch information
leordev committed Aug 23, 2024
1 parent 6ccd770 commit 7d293a7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/integrity-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Report known vulnerabilities
run: pnpm run audit-ci
# - name: Report known vulnerabilities
# run: pnpm run audit-ci

- name: Build all workspace packages
run: pnpm build
Expand All @@ -46,10 +46,13 @@ jobs:

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

0 comments on commit 7d293a7

Please sign in to comment.