From 13e4e97f782172315af157f70aa3da5e8695a003 Mon Sep 17 00:00:00 2001 From: David Buzinski <103441853+davidbuzinski@users.noreply.github.com> Date: Wed, 13 Mar 2024 11:40:44 -0400 Subject: [PATCH] Update matlab-ci.yml --- .github/workflows/matlab-ci.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/matlab-ci.yml b/.github/workflows/matlab-ci.yml index 62d1aad..c83e4a2 100755 --- a/.github/workflows/matlab-ci.yml +++ b/.github/workflows/matlab-ci.yml @@ -17,6 +17,7 @@ jobs: build: strategy: + fail-fast: false matrix: platform: [ubuntu-latest, windows-latest, macos-latest] runs-on: ${{ matrix.platform }} @@ -32,12 +33,12 @@ jobs: with: cache: true - - name: Start display server - if: ${{ matrix.platform == 'ubuntu-latest' }} - run: | - sudo apt-get install xvfb - Xvfb :99 & - echo "DISPLAY=:99" >> $GITHUB_ENV + # - name: Start display server + # if: ${{ matrix.platform == 'ubuntu-latest' }} + # run: | + # sudo apt-get install xvfb + # Xvfb :99 & + # echo "DISPLAY=:99" >> $GITHUB_ENV - name: Produce MD from MLX uses: matlab-actions/run-build@v2