From ceba81060303e49b2617397397f2804516052ec9 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Fri, 12 Feb 2021 10:38:16 +0100 Subject: Actions: force enable app on pre-release versions Signed-off-by: Benjamin Brahmer --- .github/workflows/api-integration-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/api-integration-tests.yml b/.github/workflows/api-integration-tests.yml index 2d98a4776..6289b31c3 100644 --- a/.github/workflows/api-integration-tests.yml +++ b/.github/workflows/api-integration-tests.yml @@ -101,6 +101,7 @@ jobs: with: app: 'news' check-code: true + force: ${{ matrix.experimental }} - name: Setup problem matchers for PHP run: echo "::add-matcher::${{ runner.tool_cache }}/php.json" -- cgit v1.2.3