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:
authorMax <max@nextcloud.com>2022-02-23 12:05:20 +0300
committerMax <max@nextcloud.com>2022-03-02 10:19:28 +0300
commitf2384f4f895cf8c8c37b349d0b0c2bac7da81b98 (patch)
tree5e0284b6014707c627cff58e5b14946372cc5ca2 /.github/workflows
parentd3315bf32a8c966b3a7aea45c3df762277e1e2a0 (diff)
test: do not force_language for cypress
Currently only few tests are language dependent. Run tests without a preset language on the server and fix the language in the tests in question. Signed-off-by: Max <max@nextcloud.com>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/cypress.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml
index 71488d5a4..d3073f28d 100644
--- a/.github/workflows/cypress.yml
+++ b/.github/workflows/cypress.yml
@@ -86,7 +86,6 @@ jobs:
export OC_PASS=1234561
php occ user:add --password-from-env user1
php occ user:add --password-from-env user2
- php occ config:system:set force_language --value en
php occ app:enable viewer
php occ app:enable text
php occ app:list