File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434
3535 steps :
3636
37+ - name : Free disk space
38+ uses : jlumbroso/free-disk-space@main
39+ if : startsWith(matrix.os, 'ubuntu')
40+ with :
41+ # all of these default to true, but feel free to set to "false" if necessary for your workflow
42+ android : true
43+ dotnet : true
44+ haskell : true
45+ large-packages : true
46+ docker-images : true
47+ swap-storage : false # Important, or the runner may be shut down due to memory starvation.
48+
3749 - name : Clone Repository (Latest)
3850 uses : actions/checkout@v4.2.2
3951 if : github.event.inputs.git-ref == ''
Original file line number Diff line number Diff line change 3434
3535 steps :
3636
37+ - name : Free disk space
38+ uses : jlumbroso/free-disk-space@main
39+ if : startsWith(matrix.os, 'ubuntu')
40+ with :
41+ # all of these default to true, but feel free to set to "false" if necessary for your workflow
42+ android : true
43+ dotnet : true
44+ haskell : true
45+ large-packages : true
46+ docker-images : true
47+ swap-storage : false # Important, or the runner may be shut down due to memory starvation.
48+
3749 - name : Clone Repository (Latest)
3850 uses : actions/checkout@v4.2.2
3951 if : github.event.inputs.git-ref == ''
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ run-name: ${{ github.event_name == 'workflow_dispatch' && format('Manual run {0}
1919
2020
2121jobs :
22+
2223 test :
2324 name : Profile PRIMA.
2425 runs-on : ${{ matrix.os }}
3334
3435 steps :
3536
37+ - name : Free disk space
38+ uses : jlumbroso/free-disk-space@main
39+ if : startsWith(matrix.os, 'ubuntu')
40+ with :
41+ # all of these default to true, but feel free to set to "false" if necessary for your workflow
42+ android : true
43+ dotnet : true
44+ haskell : true
45+ large-packages : true
46+ docker-images : true
47+ swap-storage : false # Important, or the runner may be shut down due to memory starvation.
48+
3649 - name : Clone Repository (Latest)
3750 uses : actions/checkout@v4.2.2
3851 if : github.event.inputs.git-ref == ''
96109 root_dir = pwd();
97110
98111 cd(fullfile(root_dir, 'matcutest')); install(); which macup
112+
99113 cd(fullfile(root_dir, 'matlab/tests'));
100114
101115 prof('${{ matrix.solver }}', '${{ matrix.dim }}', '${{ matrix.competitor }}');
@@ -148,4 +162,4 @@ jobs:
148162 uses : actions/upload-artifact/merge@v4
149163 with :
150164 name : 00-merged-artifacts
151- pattern : artifact-*-*
165+ pattern : artifact-*
You can’t perform that action at this time.
0 commit comments