Skip to content

Commit

Permalink
??
Browse files Browse the repository at this point in the history
  • Loading branch information
lexicalninja committed Nov 22, 2024
1 parent 54e45a2 commit a7a9515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation_accessibility_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: |
# Extract URLs from sitemap and iterate
output=$(axe "localhost:3000/va-mobile-app/docs/Operations/App%20metrics/Dashboard")
echo `$output`
echo "${output}"
issues=$(echo $output | grep -oP '\d+(?= Accessibility issues detected)')
if [[ ! -z "$issues" ]]
then
Expand Down

0 comments on commit a7a9515

Please sign in to comment.