Skip to content

Commit b03f024

Browse files
author
Sam Eagen
committed
I am dumb and missed updating one of the test cases
1 parent b66cb64 commit b03f024

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

plugins/tests/tParallelizableBuildSummaryPlugin.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ function runningBuildCreatesSummaryArtifact(testCase)
3737

3838
testCase.Runner.run(plan, ["t1", "t2"]);
3939

40-
testCase.verifyTrue(isfile(fullfile(testCase.TempFolder, "buildSummary.json")));
40+
name = "buildSummary" + getenv("GITHUB_RUN_ID") + ".json";
41+
testCase.verifyTrue(isfile(fullfile(testCase.TempFolder, name)));
4142
end
4243

4344
function runningBuildCreatesSummaryArtifactWithExpectedTasks(testCase)

0 commit comments

Comments
 (0)