Skip to content

Commit ec85b22

Browse files
authored
try to get explicit warning message
1 parent c44a717 commit ec85b22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/axe-a11y-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
3838
- name: Set output status to warning (if test fails)
3939
if: steps.axe-test.outputs.status == 'warning'
40-
run: echo "Accessibility tests failed, but this is an aspirational test and does not block the PR."
40+
run: echo "::warning Accessibility tests failed, but this does not block (most) PRs."

0 commit comments

Comments
 (0)