mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 09:21:54 +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
|
||||
|
||||
pa11y-scan:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue