Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
debug: try without files_reminders app
Signed-off-by: Max <[email protected]>
  • Loading branch information
max-nextcloud committed Dec 15, 2023
commit d9ad4ad05e114f829e520101bc574ded53c7df3c
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