Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Molenaar <SMillerDev@users.noreply.github.com>2022-05-02 10:53:18 +0300
committerGitHub <noreply@github.com>2022-05-02 10:53:18 +0300
commit4212211d254ac1547be40c7ec085d743c235e3f7 (patch)
tree842fb5dac9384fb12b56666163b6f3e620fbe292
parentda5e749ecce2a90bc6df8aa52e9e1d7e76ac9efe (diff)
integration test: no app:check-code on new NCSMillerDev-patch-1
-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