From 61ae13a657708f50b1bd8a2872d54b9fda4123c1 Mon Sep 17 00:00:00 2001 From: Matthew Penner Date: Fri, 15 Jan 2021 18:08:00 -0700 Subject: [PATCH] don't fail-fast when running tests --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ab733278..68ced537 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,7 +19,7 @@ jobs: - 3306 options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 strategy: - fail-fast: true + fail-fast: false matrix: php: [7.3, 7.4, 8.0] name: PHP ${{ matrix.php }}