From 7eee2d1a8ab4632b1b731a3969229803a129346f Mon Sep 17 00:00:00 2001 From: Julius Knorr Date: Thu, 18 Dec 2025 22:56:44 +0100 Subject: [PATCH] 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 --- .github/workflows/cypress-e2e.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cypress-e2e.yml b/.github/workflows/cypress-e2e.yml index c3ea7fda99..95a85d26fe 100644 --- a/.github/workflows/cypress-e2e.yml +++ b/.github/workflows/cypress-e2e.yml @@ -49,7 +49,9 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: repository: nextcloud/server - ref: ${{ matrix.server-versions }} + # TODO: revert after viewer is fixed with latest server and `@nextcloud/files` v4.x + #ref: ${{ matrix.server-versions }} + ref: 282341a8d67b552a89768a1f91c1efe59b6ae254 - name: Checkout submodules shell: bash