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

github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkorelstar <korelstar@users.noreply.github.com>2021-04-02 21:34:38 +0300
committerkorelstar <korelstar@users.noreply.github.com>2021-05-01 00:25:38 +0300
commitbe5c04b24ca48d91966b4338f8de5acc225ee6bb (patch)
tree42619457c40c46c10098cef58615199ee77b5935 /.github
parent7e5741d5b50ccbf95666831f14be2758999ad8e9 (diff)
code refactoring and improvements
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 0de86577..c2b0e7ca 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -58,9 +58,7 @@ jobs:
php occ user:setting quotatest files quota "0"
- name: Setup Notes app
working-directory: ../server/
- run: |
- php occ app:enable notes
- php occ app:check-code notes
+ run: php occ app:enable notes
- name: Create some reference notes
working-directory: ../
run: |