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 e174ea9 commit 7f91802Copy full SHA for 7f91802
.github/workflows/composite-mex/action.yml
@@ -11,4 +11,4 @@ runs:
11
uses: matlab-actions/run-build@v2
12
with:
13
startup-options: ${{ matrix.startup-options }} -logfile ${{ matrix.release }}-${{ runner.os }}-test.log
14
- tasks: ${{ matrix.release < 'R2024b' && !startsWith(matrix.release, 'latest') && 'test_mex test_exe' || 'test:mex test:exe' }}
+ tasks: ${{ matrix.release > 'R2024b' || startsWith(matrix.release, 'latest') && 'test:mex test:exe' || 'test_mex test_exe' }}
0 commit comments