Skip to content

Commit

Permalink
Don't fail-fast in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere committed Mar 19, 2024
1 parent d6ace20 commit 9408f9f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/macos-build.yml
Expand Up @@ -50,6 +50,7 @@ jobs:
cd src/electron
node script/yarn install
- name: Get Depot Tools
timeout-minutes: 5
run: |
git clone --depth=1 https://chromium.googlesource.com/chromium/tools/depot_tools.git
if [ "`uname`" == "Darwin" ]; then
Expand Down Expand Up @@ -171,6 +172,7 @@ jobs:
cd src/electron
node script/yarn install
- name: Get Depot Tools
timeout-minutes: 5
run: |
git clone --depth=1 https://chromium.googlesource.com/chromium/tools/depot_tools.git
if [ "`uname`" == "Darwin" ]; then
Expand Down Expand Up @@ -479,6 +481,7 @@ jobs:
runs-on: macos-13-xlarge
needs: build
strategy:
fail-fast: false
matrix:
build-type: [darwin, mas]
env:
Expand Down Expand Up @@ -509,6 +512,7 @@ jobs:
cd src/electron
node script/yarn install
- name: Get Depot Tools
timeout-minutes: 5
run: |
git clone --depth=1 https://chromium.googlesource.com/chromium/tools/depot_tools.git
if [ "`uname`" == "Darwin" ]; then
Expand Down

0 comments on commit 9408f9f

Please sign in to comment.