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

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 2d82612
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 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,7 +46,7 @@ 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
Expand Down

0 comments on commit 2d82612

Please sign in to comment.