More fixes from CR

This commit is contained in:
Óscar San José
2026-05-29 13:08:26 +02:00
parent f9b6569832
commit 964d328667
+1 -1
View File
@@ -108,7 +108,7 @@ test("resolveToolsInput ignores repository property when fallback is disabled",
t.is(loggedMessages.length, 1);
const fallbackDisabledMessage = String(loggedMessages[0].message);
t.true(
/Ignoring 'github-codeql-tools' repository property because it is only supported for (dynamic workflows|default setup)\./.test(
/Ignoring 'github-codeql-tools' repository property because it is only supported for dynamic workflows\./.test(
fallbackDisabledMessage,
),
);