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.
GITHUB_WORKSPACE
1 parent fe16891 commit 55895efCopy full SHA for 55895ef
src/util.test.ts
@@ -536,6 +536,7 @@ test("getCgroupCpuCountFromCpus returns undefined if the CPU file exists but is
536
});
537
538
test("checkDiskUsage succeeds and produces positive numbers", async (t) => {
539
+ process.env["GITHUB_WORKSPACE"] = os.tmpdir();
540
const diskUsage = await util.checkDiskUsage(getRunnerLogger(true));
541
t.true(
542
diskUsage?.numAvailableBytes !== undefined &&
0 commit comments