summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2021-02-12 10:38:16 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2021-02-12 11:11:34 +0100
commitceba81060303e49b2617397397f2804516052ec9 (patch)
tree3295bae66a0ce91dbd8dd7078d52977c4fa0dbdb
parent62366543b80ce9740d7080a97ab6d42bccf44cc0 (diff)
Actions: force enable app on pre-release versions
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r--.github/workflows/api-integration-tests.yml1
1 files changed, 1 insertions, 0 deletions
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"