Skip to content

Commit

Permalink
adding user data directory back
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbuckley committed Feb 13, 2025
1 parent 7ec38ea commit acbb9dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_a11y_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ jobs:
echo "raw file: ${file}"
path=${file#_site/}
echo "path to check: ${path}"
npx @axe-core/cli --exit --tags wcag2aa http://localhost:3000/$path
npx @axe-core/cli --exit --tags wcag2aa --chrome-options="--user-data-dir=$(mktemp -d)" http://localhost:3000/$path
done

0 comments on commit acbb9dc

Please sign in to comment.