Skip to content

Commit

Permalink
(Issue #145) Run each subpackage in its own subaction.
Browse files Browse the repository at this point in the history
Each test log can be quite long.  This makes it easier to review the logs and
quickly zero in on failures.
  • Loading branch information
jared321 committed Aug 21, 2024
1 parent 8fe6ae4 commit a3e3d1b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test_matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ jobs:
cd ${{ env.POUNDERS_PATH }},
results = runtests("IncludeSubfolders", true),
assertSuccess(results);
- name: Test Manifold Sampling
uses: matlab-actions/run-command@v2
with:
command: >
addpath("${{ env.BENDFO_M_PATH }}"),
addpath("${{ env.BENDFO_DATA_PATH }}"),
cd ${{ env.MSAMP_PATH }},
results = runtests("IncludeSubfolders", true),
assertSuccess(results),

0 comments on commit a3e3d1b

Please sign in to comment.