Skip to content

Fix mpm mac windows v2-beta #77

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Dec 14, 2023
14 changes: 7 additions & 7 deletions .github/workflows/bat.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Build and Test
on: [push]

env:
MATHWORKS_ACCOUNT: ${{ secrets.MATHWORKS_ACCOUNT }}
MATHWORKS_TOKEN: ${{ secrets.MATHWORKS_TOKEN }}

jobs:
bat:
name: Build and Test
Expand All @@ -27,7 +23,7 @@ jobs:
needs: bat
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
fail-fast: false
matrix:
include:
- os: ubuntu-latest
Expand Down Expand Up @@ -66,9 +62,13 @@ jobs:
run: 'if [[ "${{ steps.setup_matlab.outputs.matlabroot }}" != *"MATLAB"* ]]; then exit 1; fi'
shell: bash
- name: Check MATLAB version
run: matlab-batch "${{ matrix.check-matlab }}"
uses: matlab-actions/run-command@v1
with:
command: "${{ matrix.check-matlab }}"
- name: Check Simulink version
run: matlab-batch "${{ matrix.check-simulink }}"
uses: matlab-actions/run-command@v1
with:
command: "${{ matrix.check-simulink }}"
- name: Check NoOp on 2nd install
uses: ./
with:
Expand Down
Loading