Avoid fail-fast in nightly builds (#30625)

* Avoid fail-fast in nightly builds

* one more
This commit is contained in:
Andrea Peruffo 2021-09-02 15:04:46 +01:00 committed by GitHub
parent 568877b56c
commit 7b440dd15b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -14,6 +14,7 @@ jobs:
runs-on: ubuntu-20.04
if: github.repository == 'akka/akka'
strategy:
fail-fast: false
matrix:
# The versions of scala specified here are only used as `-Dakka.build.scalaVersion=...`
# which ignores the PATCH portion of the version id. These Scala versions don't need

View file

@ -65,6 +65,7 @@ jobs:
runs-on: ubuntu-20.04
if: github.repository == 'akka/akka'
strategy:
fail-fast: false
matrix:
command:
- akka-cluster/test akka-distributed-data/test akka-cluster-tools/test akka-cluster-metrics/test
@ -101,6 +102,7 @@ jobs:
runs-on: ubuntu-20.04
if: github.repository == 'akka/akka'
strategy:
fail-fast: false
matrix:
# No need to specify the full Scala version. Only the Scala
# binary version is required and Akka build will set the right
@ -182,6 +184,7 @@ jobs:
#if: github.repository == 'akka/akka'
if: ${{ false }}
strategy:
fail-fast: false
matrix:
command:
- akka-cluster/test akka-distributed-data/test akka-cluster-tools/test akka-cluster-metrics/test