Skip to content

Commit b9b97f8

Browse files
committed
cicd: disable fastfail for integration tests
I would want to see all failures on all images. No reason to fail fast.
1 parent ab796ca commit b9b97f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
strategy:
4949
matrix:
5050
scylla-docker-version: ['latest', '6.2', '5.2']
51+
fail-fast: false
5152

5253
steps:
5354
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)