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

Commit

Permalink
Merge pull request #290 from 18F/rmh-workaround-pa11y-bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Sgtpluck authored Oct 25, 2021
2 parents 1f3af1d + 284d1ad commit d6fd38b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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

0 comments on commit d6fd38b

Please sign in to comment.