ci/cd - perform all core tests even if one failed

This commit is contained in:
florian 2023-05-15 13:37:54 +02:00
parent e3fc55be9f
commit 2a78d2c057
No known key found for this signature in database
GPG Key ID: 3D80806F12602A7C
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ jobs:
tests-core:
needs: prepare-tests-core
strategy:
fail-fast: false
matrix:
test: ${{ fromJson(needs.prepare-tests-core.outputs.tests) }}
uses: ./.github/workflows/test-core.yml