mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-05 23:43:07 +00:00
fix: prevent fail fast
This commit is contained in:
parent
e985014366
commit
e16c475f0b
2
.github/workflows/test_common.yml
vendored
2
.github/workflows/test_common.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user