Merge branch 'main' of https://github.com/cisagov/manage.get.gov into es/3664-enable-subsequent-requests

This commit is contained in:
Erin 2025-04-16 08:37:07 -04:00
commit 5db1f35e45
No known key found for this signature in database
2 changed files with 5 additions and 2 deletions

View file

@ -46,7 +46,7 @@ jobs:
docker compose run app ./manage.py makemigrations --check
pa11y-scan:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

View file

@ -1,7 +1,10 @@
{
"defaults": {
"concurrency": 1,
"timeout": 30000
"timeout": 30000,
"chromeLaunchConfig": {
"executablePath": "/usr/bin/google-chrome"
}
},
"urls": [
"http://localhost:8080/",