Skip to content

Commit 8397a6f

Browse files
committed
Add failing test
1 parent b491502 commit 8397a6f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/bat.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,15 @@ jobs:
8787
uses: matlab-actions/run-command@v2
8888
with:
8989
command: "${{ matrix.check-toolbox }}"
90-
- name: Check NoOp on 2nd install
90+
- name: Install additional product
9191
uses: ./
9292
with:
9393
release: ${{ matrix.release }}
94-
products: ${{ matrix.products }}
94+
products: Image_Processing_Toolbox
95+
- name: Check additional product was installed
96+
uses: matlab-actions/run-command@v2
97+
with:
98+
command: assert(any(strcmp({ver().Name},'Image Processing Toolbox')));
9599
- name: Call setup MATLAB again with different release # should not error as in issue 130
96100
uses: ./
97101
with:

0 commit comments

Comments
 (0)