mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-26 04:28:39 +02:00
inrease pa11y sleep time
This commit is contained in:
parent
41748e59f5
commit
21c23d6904
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
@ -70,6 +70,6 @@ jobs:
|
||||||
- name: run pa11y
|
- name: run pa11y
|
||||||
working-directory: ./src
|
working-directory: ./src
|
||||||
run: |
|
run: |
|
||||||
sleep 10;
|
sleep 20;
|
||||||
npm i -g pa11y-ci
|
npm i -g pa11y-ci
|
||||||
pa11y-ci
|
pa11y-ci
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue