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

Commit

Permalink
try for a failure
Browse files Browse the repository at this point in the history
  • Loading branch information
rylew1 committed Jun 6, 2024
1 parent 86cdbf7 commit 8763bbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-frontend-a11y.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,6 @@ jobs:

- name: Run pa11y-ci
run: |
npm run test:pa11y
echo "pa11y-ci tests finished."
set -e # Ensure the script fails if any command fails
npm run test:pa11y
echo "pa11y-ci tests finished."
1 change: 0 additions & 1 deletion frontend/.pa11yci.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"defaults": {
"timeout": 240000,
"runners": ["axe"],
"ignore": ["color-contrast"],
"concurrency": 1,
"chromeLaunchConfig": {
"ignoreHTTPSErrors": true,
Expand Down

0 comments on commit 8763bbb

Please sign in to comment.