We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b491502 commit 8397a6fCopy full SHA for 8397a6f
.github/workflows/bat.yml
@@ -87,11 +87,15 @@ jobs:
87
uses: matlab-actions/run-command@v2
88
with:
89
command: "${{ matrix.check-toolbox }}"
90
- - name: Check NoOp on 2nd install
+ - name: Install additional product
91
uses: ./
92
93
release: ${{ matrix.release }}
94
- products: ${{ matrix.products }}
+ 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')));
99
- name: Call setup MATLAB again with different release # should not error as in issue 130
100
101
0 commit comments