Skip to content

Commit

Permalink
debug: try without files_reminders app
Browse files Browse the repository at this point in the history
Signed-off-by: Max <max@nextcloud.com>
  • Loading branch information
max-nextcloud committed Dec 15, 2023
1 parent 4e31042 commit d9ad4ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
with:
repository: nextcloud/server
ref: 1d568a89a45456d9405f347d57b2caf9a80ad179
ref: ${{ matrix.server-versions }}
submodules: true

- name: Checkout viewer
Expand Down Expand Up @@ -143,6 +143,7 @@ jobs:
php occ user:add --password-from-env user2
php occ app:enable viewer
php occ app:enable text
php occ app:disable files_reminders
php occ app:list
php occ background:cron
php occ config:system:set session_keepalive --value=false --type=boolean
Expand Down

0 comments on commit d9ad4ad

Please sign in to comment.