We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2502ef commit 2b88f85Copy full SHA for 2b88f85
.github/workflows/run_tests_matlab.yml
@@ -50,7 +50,7 @@ jobs:
50
git clone https://github.com/MOcov/MOcov.git --depth 1
51
52
- name: Run tests
53
- uses: matlab-actions/run-command@v2.1.1
+ uses: matlab-actions/run-command@v2.3.0
54
with:
55
command: cd(fullfile(getenv('GITHUB_WORKSPACE'), '.github', 'workflows')); run tests_matlab;
56
0 commit comments