Skip to content

Commit

Permalink
use -e flag
Browse files Browse the repository at this point in the history
  • Loading branch information
lexicalninja committed Nov 22, 2024
1 parent 245c7cf commit 35f0f04
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")
printf $output
echo -e $output
issues=$(echo $output | grep -oP '\d+(?= Accessibility issues detected)')
if [[ ! -z "$issues" ]]
then
Expand Down

0 comments on commit 35f0f04

Please sign in to comment.