Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/compile_mex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
cache: true

- name: Compile the MEX functions
uses: matlab-actions/run-command@v2.3.0
uses: matlab-actions/run-command@v2.4.0
with:
startup-options: -nojvm -noopengl -logfile matlab/interfaces/private/build.log
command: |
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
# which matlab

# - name: Conduct the test
# uses: matlab-actions/run-command@v2.3.0
# uses: matlab-actions/run-command@v2.4.0
# with:
# startup-options: -nojvm -noopengl -logfile matlab/interfaces/private/build.log
# command: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/parallel_test_matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:


- name: Conduct the test
uses: matlab-actions/run-command@v2.3.0
uses: matlab-actions/run-command@v2.4.0
with:
command: |
ver;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:


- name: Conduct the test
uses: matlab-actions/run-command@v2.3.0
uses: matlab-actions/run-command@v2.4.0
with:
command: |
ver;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_all_sq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:


- name: Conduct the test
uses: matlab-actions/run-command@v2.3.0
uses: matlab-actions/run-command@v2.4.0
with:
command: |
blacklist = {};
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_bobyqa_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:


- name: Conduct the test
uses: matlab-actions/run-command@v2.3.0
uses: matlab-actions/run-command@v2.4.0
with:
command: |
ver;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_bobyqa_small_sq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:


- name: Conduct the test
uses: matlab-actions/run-command@v2.3.0
uses: matlab-actions/run-command@v2.4.0
with:
command: |
ver;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_cobyla_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:


- name: Conduct the test
uses: matlab-actions/run-command@v2.3.0
uses: matlab-actions/run-command@v2.4.0
with:
command: |
ver;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_cobyla_small_sq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:


- name: Conduct the test
uses: matlab-actions/run-command@v2.3.0
uses: matlab-actions/run-command@v2.4.0
with:
command: |
ver;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_compiler_options.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:


- name: Conduct the test
uses: matlab-actions/run-command@v2.3.0
uses: matlab-actions/run-command@v2.4.0
with:
command: |
ver;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_infnan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:


- name: Conduct the test
uses: matlab-actions/run-command@v2.3.0
uses: matlab-actions/run-command@v2.4.0
with:
command: |
ver;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_integer_kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:


- name: Conduct the test
uses: matlab-actions/run-command@v2.3.0
uses: matlab-actions/run-command@v2.4.0
with:
command: |
ver;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_intrinsic_linalg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:


- name: Conduct the test
uses: matlab-actions/run-command@v2.3.0
uses: matlab-actions/run-command@v2.4.0
with:
command: |
blacklist = {};
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_lincoa_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:


- name: Conduct the test
uses: matlab-actions/run-command@v2.3.0
uses: matlab-actions/run-command@v2.4.0
with:
command: |
ver;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_lincoa_small_sq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:


- name: Conduct the test
uses: matlab-actions/run-command@v2.3.0
uses: matlab-actions/run-command@v2.4.0
with:
command: |
ver;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_newuoa_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:


- name: Conduct the test
uses: matlab-actions/run-command@v2.3.0
uses: matlab-actions/run-command@v2.4.0
with:
command: |
ver;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_newuoa_small_sq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:


- name: Conduct the test
uses: matlab-actions/run-command@v2.3.0
uses: matlab-actions/run-command@v2.4.0
with:
command: |
ver;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_npt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:


- name: Conduct the test
uses: matlab-actions/run-command@v2.3.0
uses: matlab-actions/run-command@v2.4.0
with:
command: |
ver;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_prima_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:


- name: Conduct the test
uses: matlab-actions/run-command@v2.3.0
uses: matlab-actions/run-command@v2.4.0
with:
command: |
blacklist = {};
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_quadruple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:


- name: Conduct the test
uses: matlab-actions/run-command@v2.3.0
uses: matlab-actions/run-command@v2.4.0
with:
command: |
ver;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_rescue_idz_classical.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:


- name: Conduct the test
uses: matlab-actions/run-command@v2.3.0
uses: matlab-actions/run-command@v2.4.0
with:
command: |
ver;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_rescue_idz_modernized.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:


- name: Conduct the test
uses: matlab-actions/run-command@v2.3.0
uses: matlab-actions/run-command@v2.4.0
with:
command: |
ver;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_single.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:


- name: Conduct the test
uses: matlab-actions/run-command@v2.3.0
uses: matlab-actions/run-command@v2.4.0
with:
command: |
ver;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_uobyqa_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:


- name: Conduct the test
uses: matlab-actions/run-command@v2.3.0
uses: matlab-actions/run-command@v2.4.0
with:
command: |
ver;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile_uobyqa_small_sq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:


- name: Conduct the test
uses: matlab-actions/run-command@v2.3.0
uses: matlab-actions/run-command@v2.4.0
with:
command: |
ver;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/recursive_test_matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:


- name: Conduct the test
uses: matlab-actions/run-command@v2.3.0
uses: matlab-actions/run-command@v2.4.0
with:
command: |
ver;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stress_test_matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:


- name: Conduct the test
uses: matlab-actions/run-command@v2.3.0
uses: matlab-actions/run-command@v2.4.0
with:
command: |
ver;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
products: Parallel_Computing_Toolbox

- name: Conduct the test
uses: matlab-actions/run-command@v2.3.0
uses: matlab-actions/run-command@v2.4.0
with:
command: |
cd matlab/tests; testprima_ex();
2 changes: 1 addition & 1 deletion .github/workflows/test_matlab_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
products: Parallel_Computing_Toolbox

- name: Conduct the test
uses: matlab-actions/run-command@v2.3.0
uses: matlab-actions/run-command@v2.4.0
with:
command: |
cd matlab/tests; testprima_ex();
2 changes: 1 addition & 1 deletion .github/workflows/test_matlab_mac_intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
products: Parallel_Computing_Toolbox

- name: Conduct the test
uses: matlab-actions/run-command@v2.3.0
uses: matlab-actions/run-command@v2.4.0
with:
command: |
cd matlab/tests; testprima_ex();
2 changes: 1 addition & 1 deletion .github/workflows/test_matlab_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
products: Parallel_Computing_Toolbox

- name: Conduct the test
uses: matlab-actions/run-command@v2.3.0
uses: matlab-actions/run-command@v2.4.0
with:
command: |
cd matlab/tests; testprima_ex();
2 changes: 1 addition & 1 deletion .github/workflows/verify_archiva.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
products: Parallel_Computing_Toolbox

- name: Conduct the test
uses: matlab-actions/run-command@v2.3.0
uses: matlab-actions/run-command@v2.4.0
with:
command: |
ver;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify_big.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
cat compile.m

- name: Conduct the test
uses: matlab-actions/run-command@v2.3.0
uses: matlab-actions/run-command@v2.4.0
with:
command: |
ver;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify_large.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
cat compile.m

- name: Conduct the test
uses: matlab-actions/run-command@v2.3.0
uses: matlab-actions/run-command@v2.4.0
with:
command: |
ver;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify_small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
cat compile.m

- name: Conduct the test
uses: matlab-actions/run-command@v2.3.0
uses: matlab-actions/run-command@v2.4.0
with:
command: |
ver;
Expand Down
Loading