Skip to content

Commit

Permalink
debugging to check directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanharvey1 committed Oct 20, 2024
1 parent 8b9415c commit d52c95e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v1

- name: List directory contents (debug step)
run: ls -R

- name: Run MATLAB tests
run: |
cd neurocode
matlab -batch "addpath(genpath('.')); results = runtests('test', 'IncludeSubfolders', true); assertSuccess(results);"

0 comments on commit d52c95e

Please sign in to comment.