Skip to content

Commit b3d8a24

Browse files
committed
fixup! fixup! fixup! feat: Add setup checks and verify WOPI connectivity
1 parent be45f0d commit b3d8a24

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cypress-e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
collabora:
4040
image: ${{ matrix.code-image == 'release' && 'collabora/code:latest' || 'juliushaertl/nc-code-nightly:latest' }}
4141
env:
42-
extra_params: '--o:ssl.enable=false --o:home_mode.enable=true'
43-
aliasgroup1: 'http://172.17.0.1'
42+
extra_params: '--o:ssl.enable=false --o:home_mode.enable=true --o:logging.level=debug'
43+
aliasgroup1: 'http://172.17.0.1:8081'
4444
ports:
4545
- "9980:9980"
4646

0 commit comments

Comments
 (0)