mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-18 23:53:42 +02:00
workflows: disable fast fail
This commit is contained in:
parent
07717bed77
commit
051a43a27f
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -6,6 +6,7 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-18.04
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
ruby: [ '2.4', '2.5', '2.6', '2.7' ]
|
||||
name: Ruby ${{ matrix.ruby }}
|
||||
|
Loading…
Reference in New Issue
Block a user