Merge remote-tracking branch 'origin/main' into henrymercer/parallel-unit-tests

This commit is contained in:
Henry Mercer
2026-03-04 15:00:18 +01:00
6 changed files with 51 additions and 44 deletions
+2 -4
View File
@@ -373,8 +373,7 @@ test.serial(
sinon.stub(api, "getApiClient").value(() => client);
await withTmpDir(async (tmpDir) => {
setupActionsVars(tmpDir, tmpDir);
process.env["GITHUB_EVENT_NAME"] = "dynamic";
setupActionsVars(tmpDir, tmpDir, { GITHUB_EVENT_NAME: "dynamic" });
const source = await setupCodeql.getCodeQLSource(
undefined,
@@ -428,8 +427,7 @@ test.serial(
.returns(latestVersionPath);
await withTmpDir(async (tmpDir) => {
setupActionsVars(tmpDir, tmpDir);
process.env["GITHUB_EVENT_NAME"] = "dynamic";
setupActionsVars(tmpDir, tmpDir, { GITHUB_EVENT_NAME: "dynamic" });
const source = await setupCodeql.getCodeQLSource(
"toolcache",