Skip to content

Commit 96e4742

Browse files
committed
fallback
1 parent 0b86c7a commit 96e4742

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dev-packages/e2e-tests/lib/getTestMatrix.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,11 +178,13 @@ function getAffectedTestApplications(
178178
return testApplications.filter(testApp => changedTestApps.has(testApp));
179179
}
180180
} catch (error) {
181-
// Fall back to running all tests
182181
// eslint-disable-next-line no-console
183182
console.error('Failed to get changed files, running all tests:', error);
184183
return testApplications;
185184
}
185+
186+
// Fall back to running all tests
187+
return testApplications;
186188
}
187189

188190
return testApplications.filter(testApp => {

0 commit comments

Comments
 (0)