You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/scripts/test-info.mjs
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -874,13 +874,14 @@ const components = {
874
874
* Returns the list of components for the matrix.
875
875
* @param {'conformance'|'certification'} testKind Kind of test
876
876
* @param {boolean} enableCloudTests If true, returns components that require secrets or credentials too (which can't be used as part of the regular CI in a PR)
877
+
* @param {string} pattern If present, returns components includes the pattern
877
878
* @returns {TestMatrixElement[]} Test matrix object
0 commit comments