Skip to content

Commit

Permalink
Deploy artifacts even if macOS fails.
Browse files Browse the repository at this point in the history
  • Loading branch information
olivier-roussel committed Jul 26, 2023
1 parent 1f4db3e commit 6999966
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ jobs:
build-and-test:
name: Run on ${{ matrix.os }} with SOFA ${{ matrix.sofa_branch }} and python ${{ matrix.python_version }}
runs-on: ${{ matrix.os }}
continue-on-error: true # as macos is always failing...
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-2019]
os: [ubuntu-20.04, macos-11, windows-2019]
sofa_branch: [master]
python_version: ['3.8']

Expand Down Expand Up @@ -228,3 +229,4 @@ jobs:
files: |
artifacts/${{ env.PROJECT_NAME }}_*_Linux.zip
artifacts/${{ env.PROJECT_NAME }}_*_Windows.zip
artifacts/${{ env.PROJECT_NAME }}_*_macOS.zip

0 comments on commit 6999966

Please sign in to comment.