1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Disable fail-fast of GitHub Actions

This is default: true
https://help.github.com/en/articles/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast

When `make check` fails, we do not want to cancel `make test-bundler`.
This commit is contained in:
Takashi Kokubun 2019-08-17 09:43:05 +09:00
parent 75d29db8f9
commit 045152df9e
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD
3 changed files with 3 additions and 0 deletions

View file

@ -12,6 +12,7 @@ jobs:
strategy:
matrix:
test_task: [ "check", "test-bundler", "test-bundled-gems" ]
fail-fast: false
steps:
- name: Disable Firewall
run: |

View file

@ -12,6 +12,7 @@ jobs:
strategy:
matrix:
test_task: [ "test-bundler", "test-bundled-gems" ]
fail-fast: false
steps:
- name: Install libraries
run: |

View file

@ -18,6 +18,7 @@ jobs:
vs: 2019
- os: windows-2019
vs: 2017
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- name: Install libraries with vcpkg