Skip to content

Commit 7fb56cf

Browse files
committed
see if the extension is availiable
1 parent c7c156e commit 7fb56cf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ jobs:
7575
- name: install-chromium
7676
run: npx playwright install chromium
7777

78+
- name: debug
79+
run: curl -k https://localhost:9200/assets/apps/com.github.jankaritech.mdpresentation-viewer/extension.js
80+
7881
- name: e2e
7982
run: pnpm test:e2e tests/e2e/features/**/*.feature
8083
env:

0 commit comments

Comments
 (0)