CI: Don't fail fast on unit tests (#103109)

don't fail fast on unit tests
pull/103288/head
Ashley Harrison 4 months ago committed by GitHub
parent 5967b3321e
commit 483c6ac70d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      .github/workflows/pr-frontend-unit-tests.yml

@ -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…
Cancel
Save