mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-18 07:24:10 +02:00
Change pa11y to run on earlier ubuntu verison
This commit is contained in:
parent
aba2b7d1f2
commit
5e0b5baed7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
||||||
run: docker compose run app python manage.py test
|
run: docker compose run app python manage.py test
|
||||||
|
|
||||||
pa11y-scan:
|
pa11y-scan:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue