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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2021-06-29 22:46:09 +0300
committerGitHub <noreply@github.com>2021-06-29 22:46:09 +0300
commitce2015d3ef065859f6c2fac983ce8ec846b84b0e (patch)
tree66ca1bff6077a3c9cdec364dc45c5ae75f174ce7
parent086281fd19d0a9953285df980bd36b5d711ada0f (diff)
parentd2eadc4aa689a25457c8c02d82ea30e25747d838 (diff)
Merge pull request #1700 from nextcloud/backport/1658/stable21v21.0.3
[stable21] Try enabling apcu on cli for cypress
-rw-r--r--.github/workflows/cypress.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml
index 265a9f39c..025180072 100644
--- a/.github/workflows/cypress.yml
+++ b/.github/workflows/cypress.yml
@@ -51,6 +51,8 @@ jobs:
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite, zip, gd, apcu
+ ini-values:
+ apc.enable_cli=on
coverage: none
- name: Set up Nextcloud