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

Try to workaround pa11y bug #290

Merged
merged 2 commits into from
Oct 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/pa11y.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
</details>'

- name: Check for pa11y failures.
if: contains(steps.pa11y_output.outputs.content, 'errno 2')
if: contains(steps.pa11y_output.outputs.content, 'errno 2') && !contains(steps.pa11y_output.outputs.content, 'UnhandledPromiseRejectionWarning: Error: Page crashed!')
run: |
echo "::error::The site is failing accessibility tests. Please review the comment in the pull request or the pa11y-ci step in the workflow for details."
exit 1
exit 1
4 changes: 2 additions & 2 deletions _pages/ruby.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ title: Ruby Guide
sidenav: languages
sticky_sidenav: true
---
_This is a **WORK IN PROGRESS**. Help us make it better by
Help us make this section better by
[submitting an issue](https://github.com/18F/development-guide) or joining us
in the [#ruby](https://18f.slack.com/messages/ruby/) channel!_
in the [#ruby](https://18f.slack.com/messages/ruby/) channel!

A guide for writing and maintaining Ruby and Rails applications

Expand Down