Skip to content

Commit 19b8986

Browse files
committed
fixup! test(cypress-talk): Add e2e test talk shares opening viewer and for secure view in talk shares
1 parent 7db4d26 commit 19b8986

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/cypress-e2e.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ jobs:
5858
git submodule sync --recursive
5959
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
6060
61+
- name: Register main git reference
62+
run: |
63+
main_app_ref="$(if [ "${{ matrix.server-versions }}" = "master" ]; then echo -n "main"; else echo -n "${{ matrix.server-versions }}"; fi)"
64+
echo "main_app_ref=$main_app_ref" >> $GITHUB_ENV
65+
6166
- name: Checkout viewer
6267
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
6368
with:
@@ -69,7 +74,7 @@ jobs:
6974
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
7075
with:
7176
repository: nextcloud/spreed
72-
ref: ${{ matrix.server-versions }}
77+
ref: ${{ env.main_app_ref }}
7378
path: apps/spreed
7479

7580
- name: Checkout files_pdfviewer

0 commit comments

Comments
 (0)