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

Commit

Permalink
fix ci file error
Browse files Browse the repository at this point in the history
  • Loading branch information
rylew1 committed Jun 4, 2024
1 parent 8bb94b3 commit e3c19e9
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/ci-frontend-a11y.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,6 @@ jobs:
- name: Run pa11y-ci
run: npm run test:pa11y

- name: Comment on pull request
uses: thollander/actions-comment-pull-request@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
message: |
<details><summary>Pa11y testing results</summary>
```
${{ steps.run_pa11y_ci.outputs.content }}
```
</details>
- name: Check for pa11y failures
- name: Capture pa11y-ci failure logs
if: failure()
run: echo "::error::The site is failing accessibility tests. Please review the Pa11y results above."

0 comments on commit e3c19e9

Please sign in to comment.