From a7a27cb5550f596b8983f43607f2cc4ac04db999 Mon Sep 17 00:00:00 2001 From: Noah Dietz Date: Thu, 23 Mar 2023 10:49:23 -0700 Subject: [PATCH] chore(ci): continue unit tests on error (#5995) --- .github/workflows/tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 48256678fde..fce4fae5224 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -21,6 +21,7 @@ jobs: phpunit-filename: phpunit name: PHP ${{ matrix.php }} Unit Test (${{ matrix.platform }}) runs-on: ${{ matrix.platform }} + continue-on-error: true steps: - uses: actions/checkout@v3 - name: Setup PHP