mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 06:06:33 +08:00
Pipeline: Fix pa11y ci when server is not available and fix publish frontend metrics step (#38485)
This commit is contained in:
@ -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