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