diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1846200..96c7a71 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/README.md b/README.md index f08fc9f..ce4a699 100644 --- a/README.md +++ b/README.md @@ -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)