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

Commit

Permalink
debug step
Browse files Browse the repository at this point in the history
  • Loading branch information
rylew1 committed Jun 4, 2024
1 parent 3a55d13 commit 6e027fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-frontend-a11y.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ jobs:
- name: Run pa11y-ci
run: npm run test:pa11y 2>&1 | tee pa11y_output.txt

- name: Debug pa11y-ci failure
if: failure()
run: cat pa11y_output.txt || echo "pa11y_output.txt not found"

- name: Read pa11y_output file
id: pa11y_output
uses: juliangruber/read-file-action@v1
Expand Down

0 comments on commit 6e027fa

Please sign in to comment.