mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-06 16:26:13 +02:00
try different junit reporter
This commit is contained in:
parent
01b4165dfb
commit
8423fd2e08
1 changed files with 11 additions and 6 deletions
17
.github/workflows/docs.yaml
vendored
17
.github/workflows/docs.yaml
vendored
|
@ -40,11 +40,16 @@ jobs:
|
|||
- name: Accessibility testing (Pa11y)
|
||||
run: poetry run .github/workflows/pa11y.sh
|
||||
|
||||
- name: Junit Report to Annotations
|
||||
uses: ashley-taylor/junit-report-annotations-action@1.3
|
||||
- name: Publish Unit Test Results
|
||||
uses: EnricoMi/publish-unit-test-result-action@v1.4
|
||||
if: always()
|
||||
with:
|
||||
access-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
path: reports/pa11y/*.xml
|
||||
includeSummary: true
|
||||
numFailures: 10
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
check_name: Unit Test Results
|
||||
comment_title: Unit Test Statistics
|
||||
hide_comments: all but latest
|
||||
comment_on_pr: true
|
||||
files: reports/pa11y/*.xml
|
||||
report_individual_runs: true
|
||||
deduplicate_classes_by_file_name: false
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue