ci(docs-infra): run a11y audits on certain pages on CI (#31414)
PR Close #31414
This commit is contained in:

committed by
Matias Niemelä

parent
5c738417db
commit
0e86551a63
@ -293,6 +293,8 @@ jobs:
|
||||
- run: yarn --cwd aio e2e --configuration=ci
|
||||
# Run PWA-score tests
|
||||
- run: yarn --cwd aio test-pwa-score-localhost $CI_AIO_MIN_PWA_SCORE
|
||||
# Run accessibility tests
|
||||
- run: yarn --cwd aio test-a11y-score-localhost
|
||||
# Check the bundle sizes.
|
||||
- run: yarn --cwd aio payload-size
|
||||
# Run unit tests for Firebase redirects
|
||||
|
Reference in New Issue
Block a user