Skip to content

Commit

Permalink
Add specs-report on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
leordev committed Aug 23, 2024
1 parent ebd14cf commit 7df7074
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,14 @@ jobs:

- name: Execute Spec Test Vector Report
if: always() && steps.tests.conclusion != 'skipped'
uses: TBD54566975/sdk-report-runner/.github/actions/specs-report@leordev/specs-report-fix-web5
uses: TBD54566975/sdk-report-runner/.github/actions/specs-report@main
with:
junit-report-paths: "**/target/surefire-reports/*TestVectors*.xml"
spec-path: web5-spec
suite-name-regex: Web5TestVectors
feature-regex: Web5TestVectors(\w+)
vector-regex: (\w+)
fail-on-missing-vectors: true
fail-on-missing-vectors: false
fail-on-failed-test-cases: true
comment-on-pr: true
git-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 7df7074

Please sign in to comment.