mirror of https://github.com/grafana/grafana.git
CI: Don't fail fast on unit tests (#103109)
don't fail fast on unit tests
This commit is contained in:
parent
5967b3321e
commit
483c6ac70d
|
|
@ -11,6 +11,7 @@ jobs:
|
|||
runs-on: ubuntu-latest-8-cores
|
||||
name: "Unit tests (${{ matrix.chunk }} / 8)"
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
chunk: [1, 2, 3, 4, 5, 6, 7, 8]
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in New Issue