fix: prevent fail fast

This commit is contained in:
Florin Barbu 2024-12-27 15:47:50 +02:00
parent e985014366
commit e16c475f0b
No known key found for this signature in database
GPG Key ID: 593D6DBC6D9E5095

View File

@ -36,6 +36,7 @@ jobs:
tests:
name: tests
strategy:
fail-fast: false
matrix:
shard: [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17]
@ -77,6 +78,7 @@ jobs:
aggregate-reports:
runs-on: ubuntu-latest
needs: tests
if: always()
steps:
- name: Download all allure results
uses: actions/download-artifact@v4