We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5a05e9 commit 24facbdCopy full SHA for 24facbd
.github/workflows/050-user-memory-profile-ctrl.yaml
@@ -288,6 +288,7 @@ jobs:
288
cd $i.dir
289
mv ../$i ./$i
290
bash ${HOME}/mat/ParseHeapDump.sh ./$i org.eclipse.mat.api:overview
291
+ mkdir -p "${{ github.workspace }}"/report/$i.report
292
unzip -d "${{ github.workspace }}"/report/$i.report $(find . -name '*System_Overview.zip')
293
cd "${{ github.workspace }}"/solo
294
done
0 commit comments