Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,13 @@ jobs:
owncloudci/wait-for \
-it dockerhost:9200 -t 300

- name: debug-curl1
run: curl -k https://${{ steps.host_ip.outputs.host_ip }}:9200/assets/apps/com.github.jankaritech.mdpresentation-viewer/extension.js

- name: debug-curl2
run: curl -k https://localhost:9200/assets/apps/com.github.jankaritech.mdpresentation-viewer/extension.js


- name: install-chromium
run: npx playwright install chromium

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ It allows users to:

## App Installation

> NOTE: Requires oCIS >= 6.0.0

1. Download the zip file from the [releases page](https://github.com/JankariTech/web-app-presentation-viewer/releases)

Expand Down
Loading