Skip to content

Commit

Permalink
Merge pull request #70 from Remi-Gau/main
Browse files Browse the repository at this point in the history
[MAINT] Bump matlab-actions
  • Loading branch information
Remi-Gau authored Mar 14, 2024
2 parents 6ecd2d6 + 7c886ea commit 4513285
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_tests_matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:

- name: Install MATLAB
uses: matlab-actions/setup-matlab@v2.0.0
uses: matlab-actions/setup-matlab@v2.1.0
with:
release: ${{ matrix.version }}

Expand All @@ -48,7 +48,7 @@ jobs:
run: make install_dev

- name: Run commands
uses: matlab-actions/run-command@v2.0.0
uses: matlab-actions/run-command@v2.1.0
with:
command: cd(fullfile(getenv('GITHUB_WORKSPACE'), '.github', 'workflows')); run tests_matlab;

Expand Down

0 comments on commit 4513285

Please sign in to comment.