Avoid fail-fast in nightly builds (#30625)
* Avoid fail-fast in nightly builds * one more
This commit is contained in:
parent
568877b56c
commit
7b440dd15b
2 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
3
.github/workflows/nightly-builds.yml
vendored
3
.github/workflows/nightly-builds.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue