Skip to content

Commit

Permalink
ci(action): remove total count for errors
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mendez committed Feb 23, 2024
1 parent d61a01a commit 318a611
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,15 @@ jobs:
uses: ./
with:
WEBSITE_URL: ${{ secrets.WEBSITE_URL }}
FAIL_TOTAL_COUNT: 100
FAIL_ERRORS_COUNT: 20
EXTERNAL: true
SITE_WIDE: true
LIST: true
UPLOAD: true
A11YWATCH_TOKEN: ${{ secrets.A11YWATCH_TOKEN }}
env:
DEFAULT_RUNNERS: htmlcs
# no effect when EXTERNAL: true. The configuration needs to be applied on the dashboard for the website.
PAGEMIND_IGNORE_WARNINGS: true

- name: Get Results
Expand Down

0 comments on commit 318a611

Please sign in to comment.