From d72dcad287b3a86a2c680cf73507b2799def697e Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Mon, 2 May 2022 09:53:18 +0200 Subject: integration test: no app:check-code on new NC Signed-off-by: Sean Molenaar --- .github/workflows/api-integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3