Skip to content

Commit

Permalink
Merge pull request #109 from Remi-Gau/dependabot/github_actions/matla…
Browse files Browse the repository at this point in the history
…b-actions/run-command-2.1.0

Bump matlab-actions/run-command from 2.0.0 to 2.1.0
  • Loading branch information
Remi-Gau authored Mar 14, 2024
2 parents bd80f53 + c7c8e95 commit 74daba1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
make install
- name: Run commands
uses: matlab-actions/run-command@v2.0.0
uses: matlab-actions/run-command@v2.1.0
with:
command: cd('demos/notebooks'); success = test_notebooks(); assert(success);
4 changes: 2 additions & 2 deletions .github/workflows/run_tests_matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@ jobs:
- name: Run slow tests
if: matrix.test == 'slow'
uses: matlab-actions/run-command@v2.0.0
uses: matlab-actions/run-command@v2.1.0
with:
command: run MOxUnit/MOxUnit/moxunit_set_path(); addpath(fullfile(pwd, 'MOcov', 'MOcov')); global SLOW; SLOW=true; addpath(getenv('GITHUB_WORKSPACE'));
success = run_tests(); assert(success);

- name: Run fast tests
if: matrix.test == 'fast'
uses: matlab-actions/run-command@v2.0.0
uses: matlab-actions/run-command@v2.1.0
with:
command: run MOxUnit/MOxUnit/moxunit_set_path(); addpath(fullfile(pwd, 'MOcov', 'MOcov')); addpath(getenv('GITHUB_WORKSPACE')); success = run_tests();
assert(success);

0 comments on commit 74daba1

Please sign in to comment.