Skip to content
Draft
Changes from all commits
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
4 changes: 1 addition & 3 deletions .github/workflows/cypress-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ jobs:
with:
persist-credentials: false
repository: nextcloud/server
# TODO: revert after viewer is fixed with latest server and `@nextcloud/files` v4.x
#ref: ${{ matrix.server-versions }}
ref: 282341a8d67b552a89768a1f91c1efe59b6ae254
ref: ${{ matrix.server-versions }}
submodules: true

- name: Checkout viewer
Expand Down
Loading