Skip to content

Commit

Permalink
testing.yml : workflow bug fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thurston committed Apr 9, 2024
1 parent cf0172b commit 98cbb24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
setup cache; addpath build;
res = runProjectTests("verbosity", "Verbose"),
i = find([res.Failed]); res(i).Name,
dt = [res(i).Details]; dg = [dt.DiagnosticRecord];
dg.Report,
rep = arrayfun(@(r) r.Details.DiagnosticRecord.Report, res(i), 'UniformOutput', false);
rep{:}
assertSuccess(res);
- name: Upload MEX files
Expand Down

0 comments on commit 98cbb24

Please sign in to comment.