From 80012b8ee86ee0fa989e1c64a6029aadd463880f Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 23 Jan 2021 06:16:04 +0100 Subject: [PATCH] Do not allow unit tests to fail --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c426f4a3..de1064d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,6 @@ jobs: unit-tests: runs-on: ubuntu-20.04 - continue-on-error: ${{ matrix.php-version == '8.0' }} strategy: matrix: php-version: ['7.4', '8.0']