Skip to content

Commit 318a611

Browse files
committed
ci(action): remove total count for errors
1 parent d61a01a commit 318a611

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/action.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,15 @@ jobs:
1717
uses: ./
1818
with:
1919
WEBSITE_URL: ${{ secrets.WEBSITE_URL }}
20-
FAIL_TOTAL_COUNT: 100
20+
FAIL_ERRORS_COUNT: 20
2121
EXTERNAL: true
2222
SITE_WIDE: true
2323
LIST: true
2424
UPLOAD: true
2525
A11YWATCH_TOKEN: ${{ secrets.A11YWATCH_TOKEN }}
2626
env:
2727
DEFAULT_RUNNERS: htmlcs
28+
# no effect when EXTERNAL: true. The configuration needs to be applied on the dashboard for the website.
2829
PAGEMIND_IGNORE_WARNINGS: true
2930

3031
- name: Get Results

0 commit comments

Comments
 (0)