From 33df5fbd2f3aa8d235638166c8876e9f3b0b600a Mon Sep 17 00:00:00 2001 From: rugk Date: Sat, 4 May 2024 12:40:44 +0200 Subject: [PATCH] Actually make tests continue on experimental builds --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1667ed8c..00cab65c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,6 +7,8 @@ jobs: Composer: runs-on: ubuntu-latest + # https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs#handling-failures + continue-on-error: ${{ matrix.experimental }} steps: - name: Checkout uses: actions/checkout@v4