Fix test suite name in errors script

pull/10007/head
Oliver Günther 3 years ago
parent a5cb4aadb3
commit 61ae0d1392
No known key found for this signature in database
GPG Key ID: A3A8BDAD7C0C552C
  1. 2
      script/github_pr_errors

@ -44,7 +44,7 @@ response = get_http "actions/runs?branch=#{CGI.escape(branch_name)}"
last_test_action =
response
.dig('workflow_runs')
.select { |entry| entry['name'] == 'Core/Test' }
.select { |entry| entry['name'] == 'Test suite' }
.max_by { |entry| entry['run_number'] }
raise "No action run found for branch #{branch_name}" unless last_test_action

Loading…
Cancel
Save