Pipeline: Fix pa11y ci when server is not available and fix publish frontend metrics step (#38485)

This commit is contained in:
Maria Alexandra
2021-08-24 13:44:52 +02:00
committed by GitHub
parent 8fb4882a01
commit 856cb1d80f
4 changed files with 60 additions and 6 deletions

View File

@ -495,7 +495,8 @@ def test_a11y_frontend_step(edition, port=3001):
},
'failure': 'ignore',
'commands': [
'yarn -s test:accessibility --json > pa11y-ci-results.json 1>&2',
'yarn wait-on http://$HOST:$PORT',
'yarn -s test:accessibility --json > pa11y-ci-results.json',
],
}