mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-16 14:34:10 +02:00
Merge pull request #604 from cisagov/ik/pa11y-update
Add sleep and increase timeout for pa11y github action
This commit is contained in:
commit
8cb96399c6
2 changed files with 2 additions and 1 deletions
1
.github/workflows/test.yaml
vendored
1
.github/workflows/test.yaml
vendored
|
@ -64,5 +64,6 @@ jobs:
|
||||||
- name: run pa11y
|
- name: run pa11y
|
||||||
working-directory: ./src
|
working-directory: ./src
|
||||||
run: |
|
run: |
|
||||||
|
sleep 10;
|
||||||
npm i -g pa11y-ci
|
npm i -g pa11y-ci
|
||||||
pa11y-ci
|
pa11y-ci
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"defaults": {
|
"defaults": {
|
||||||
"concurrency": 1,
|
"concurrency": 1,
|
||||||
"timeout": 10000,
|
"timeout": 30000,
|
||||||
"hideElements": "a[href='/whoami/']"
|
"hideElements": "a[href='/whoami/']"
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue