Skip to content

Commit

Permalink
set --no-sandbox for pa11y-ci
Browse files Browse the repository at this point in the history
Fixes issue on newer Ubuntu versions. See
<pa11y/pa11y-ci#198> for details.
  • Loading branch information
larsrh committed Jan 27, 2024
1 parent 6a5f4c4 commit c44265f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .pa11yci
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"defaults": {
"chromeLaunchConfig": {
"args": [
"--no-sandbox"
]
}
}
}
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ exclude:
- ".ruby-version"
- "venv"
- ".github"
- ".pa11yci"
encoding: "utf-8"

assets:
Expand Down

0 comments on commit c44265f

Please sign in to comment.