From 46029df7c7e58a096fa9dbb5ee97c7f3a310058d Mon Sep 17 00:00:00 2001 From: Dusan Malusev Date: Mon, 12 Aug 2024 00:32:18 +0200 Subject: [PATCH] fix(ci): allow all tests to run even if one fails Signed-off-by: Dusan Malusev --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 645c0acf7..9b647dfb6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,6 +15,7 @@ jobs: php: ['8.1.29', '8.2.20', '8.3.8', '8.1.29-zts', '8.2.20-zts', '8.3.8-zts'] os: ['ubuntu-24.04'] preset: ['CICassandra', 'CIScylla'] + fail-fast: false runs-on: ubuntu-latest container: malusevd99/scylladb-php-driver:${{ matrix.os }}-php-${{ matrix.php }} steps: