From 4b07f0ae6f2c25753382ab880c1fd2f03e3f54c0 Mon Sep 17 00:00:00 2001 From: withanage Date: Sat, 4 Nov 2023 12:52:22 +0100 Subject: [PATCH] DEBUG: fail-fase: false --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0b1a0256bc..84605557cf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,7 +29,7 @@ jobs: name: ${{matrix.pkp-application}}(BRANCH=${{matrix.pkp-branch}} ;PHP=${{matrix.php-versions}}; DB=${{matrix.dbs}}) runs-on: ubuntu-latest strategy: - fail-fast: true + fail-fast: false matrix: php-versions: [ '8.1','8.2' ] dbs: [ 'pgsql', 'mysql','mariadb']