summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Molenaar <SMillerDev@users.noreply.github.com>2022-05-02 09:53:18 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2022-05-03 21:26:03 +0200
commitd72dcad287b3a86a2c680cf73507b2799def697e (patch)
tree84de7f91721890f773cac78c514df8fa8f054bd7
parentfca05d50a6be4092b7a87fac1b417ee75d5c4461 (diff)
integration test: no app:check-code on new NC
Signed-off-by: Sean Molenaar <SMillerDev@users.noreply.github.com>
-rw-r--r--.github/workflows/api-integration-tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/api-integration-tests.yml b/.github/workflows/api-integration-tests.yml
index 660e4e53e..310b1527b 100644
--- a/.github/workflows/api-integration-tests.yml
+++ b/.github/workflows/api-integration-tests.yml
@@ -101,7 +101,7 @@ jobs:
uses: SMillerDev/nextcloud-actions/setup-nextcloud-app@main
with:
app: 'news'
- check-code: true
+ check-code: ${{ matrix.experimental }} == false
force: ${{ matrix.experimental }}
- name: Setup problem matchers for PHP