Skip to content

Commit

Permalink
chore: disable fail-fast for matrix jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
saturday06 committed Sep 7, 2024
1 parent 09ada4d commit f95476c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
test-windows:
runs-on: windows-2022
strategy:
fail-fast: false
matrix:
archive_url:
- https://mirrors.ocf.berkeley.edu/blender/release/Blender2.93/blender-2.93.9-windows-x64.zip
Expand Down Expand Up @@ -63,6 +64,7 @@ jobs:
test-macos:
runs-on: macos-14
strategy:
fail-fast: false
matrix:
archive_url:
- https://mirrors.ocf.berkeley.edu/blender/release/Blender2.93/blender-2.93.9-macos-arm64.dmg
Expand Down Expand Up @@ -101,6 +103,7 @@ jobs:
test-linux:
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
archive_url:
- https://mirrors.ocf.berkeley.edu/blender/release/Blender4.2/blender-4.2.0-linux-x64.tar.xz
Expand Down

0 comments on commit f95476c

Please sign in to comment.