mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 15:08:25 -04:00
Merge pull request #2367 from GSA/BUG-ubuntu-version-a11y-scan
Update checks.yml
This commit is contained in:
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
@@ -177,7 +177,7 @@ jobs:
|
|||||||
cmd_options: "-I"
|
cmd_options: "-I"
|
||||||
|
|
||||||
a11y-scan:
|
a11y-scan:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: ./.github/actions/setup-project
|
- uses: ./.github/actions/setup-project
|
||||||
|
|||||||
5
.pa11yci
5
.pa11yci
@@ -1,7 +1,10 @@
|
|||||||
{
|
{
|
||||||
"defaults": {
|
"defaults": {
|
||||||
"standard": "WCAG2AA",
|
"standard": "WCAG2AA",
|
||||||
"runners": ["htmlcs"],
|
"runners": ["htmlcs"],
|
||||||
|
"chromeLaunchConfig": {
|
||||||
|
"executablePath": "/usr/bin/google-chrome"
|
||||||
|
},
|
||||||
"concurrency": 1,
|
"concurrency": 1,
|
||||||
"hideElements": [
|
"hideElements": [
|
||||||
"nav > ol a",
|
"nav > ol a",
|
||||||
|
|||||||
Reference in New Issue
Block a user