Skip to content

Commit 7eee2d1

Browse files
committed
test(ci): pin server repo to commit before @nextcloud/files v4
Currently all Cypress tests fail because server already upgraded to `@nextcloud/files` v4 but viewer and assistant app weren't updated yet. This is a temporary fix to get back meaningful e2e tests that needs to be reverted once viewer and assistant apps got updated to be compatible with latest server and `@nextcloud/files` v4. Signed-off-by: Julius Knorr <[email protected]>
1 parent abfdc4f commit 7eee2d1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cypress-e2e.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ jobs:
4949
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
5050
with:
5151
repository: nextcloud/server
52-
ref: ${{ matrix.server-versions }}
52+
# TODO: revert after viewer is fixed with latest server and `@nextcloud/files` v4.x
53+
#ref: ${{ matrix.server-versions }}
54+
ref: 282341a8d67b552a89768a1f91c1efe59b6ae254
5355

5456
- name: Checkout submodules
5557
shell: bash

0 commit comments

Comments
 (0)