Pipeline: Fix pa11y ci when server is not available and fix publish frontend metrics step (#38485)
This commit is contained in:
+2
-1
@@ -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',
|
||||
],
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user