add CI step for debugging in future

This commit is contained in:
Nikita Sivukhin
2025-09-11 11:41:28 +04:00
parent 47592f976d
commit 020b3f61f3

View File

@@ -211,6 +211,9 @@ jobs:
path: bindings/javascript
merge-multiple: true
pattern: 'sync*'
- name: List packages
run: ls -R .
shell: bash
- name: Install dependencies
run: yarn install
- name: Install dependencies