Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mldiego authored Oct 17, 2023
1 parent b6ba4de commit 3ca038f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ jobs:
- name: Run all tests
uses: matlab-actions/run-command@v1
with:
command: disp('Running NNV custom testing procedure!'); cd("code/nnv"); install; results = runtests('tests', 'IncludeSubfolders', true); assertSuccess(results);
command: disp('Running NNV custom testing procedure!'); cd("code/nnv"); install; is_container(); assertSuccess(results);
# command: disp('Running NNV custom testing procedure!'); cd("code/nnv"); install; results = runtests('tests', 'IncludeSubfolders', true); assertSuccess(results);

0 comments on commit 3ca038f

Please sign in to comment.