Skip to content

Commit

Permalink
check installed matlab toolboxes
Browse files Browse the repository at this point in the history
  • Loading branch information
bendhouseart committed Jun 7, 2024
1 parent 1127596 commit ec11ac0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/matlab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ${{ matrix.os }}

env:
TEST_ECAT_PATH: ${{ github.workspace }}/ecat_validation/synthetic_ecat_integer.v.gz
TEST_ECAT_PATH: ${{ github.workspace }}/ecat_validation/synthetic_ecat_integer16x16x16x4.v.gz
MATLAB_CODE_PATH: ${{ github.workspace }}/matlab/
METADATA_PATH: ${{ github.workspace }}/metadata/

Expand All @@ -43,6 +43,12 @@ jobs:
with:
limit-access-to-actor: true

- name: Get list of Matlab Toolboxes
uses: matlab-actions/run-command@v2
with:
command: |
ver
# Again only running this on ubuntu
- name: Add Matlab Code Folder to Path and Run Tests
uses: matlab-actions/run-command@v2
Expand Down

0 comments on commit ec11ac0

Please sign in to comment.