e2e
This commit is contained in:
parent
cb5b313915
commit
a8485bd965
@ -46,6 +46,8 @@ async function run(): Promise<void> {
|
||||
|
||||
for (const check of checks.data.check_runs) {
|
||||
if (check.name.startsWith("Travis CI") && check.conclusion === "success") e2ePassed = true;
|
||||
if (check.name === 'e2e' && check.conclusion === "success") e2ePassed = true;
|
||||
// so if Travis or GithubActions passes - it still gets green lights since its the same set of tests
|
||||
}
|
||||
|
||||
if (reviews.data.length >= 1) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user