We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d7c982 commit 5930d95Copy full SHA for 5930d95
dev-packages/e2e-tests/lib/getTestMatrix.ts
@@ -178,11 +178,13 @@ function getAffectedTestApplications(
178
return testApplications.filter(testApp => changedTestApps.has(testApp));
179
}
180
} catch (error) {
181
- // Fall back to running all tests
182
// eslint-disable-next-line no-console
183
console.error('Failed to get changed files, running all tests:', error);
184
return testApplications;
185
+
186
+ // Fall back to running all tests
187
+ return testApplications;
188
189
190
return testApplications.filter(testApp => {
0 commit comments