mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-26 04:28:39 +02:00
Update Ubuntu version used in pa11y
This commit is contained in:
parent
6bc22a9787
commit
387922c9c7
2 changed files with 5 additions and 2 deletions
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
@ -46,7 +46,7 @@ jobs:
|
||||||
docker compose run app ./manage.py makemigrations --check
|
docker compose run app ./manage.py makemigrations --check
|
||||||
|
|
||||||
pa11y-scan:
|
pa11y-scan:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,10 @@
|
||||||
{
|
{
|
||||||
"defaults": {
|
"defaults": {
|
||||||
"concurrency": 1,
|
"concurrency": 1,
|
||||||
"timeout": 30000
|
"timeout": 30000,
|
||||||
|
"chromeLaunchConfig": {
|
||||||
|
"executablePath": "/usr/bin/google-chrome"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"urls": [
|
"urls": [
|
||||||
"http://localhost:8080/",
|
"http://localhost:8080/",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue