Skip to content

Commit f2752bb

Browse files
committed
debug workflow
1 parent 3a40226 commit f2752bb

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,15 @@ jobs:
5555
- name: Install dependencies
5656
working-directory: js/example
5757
run: yarn install --network-concurrency 1
58+
- name: Debug installed oca.js package
59+
run: |
60+
echo "=== wasm/pkg contents ==="
61+
ls -la js/wasm/pkg
62+
ls -la js/wasm/pkg/nodejs || true
63+
echo "=== example installed module ==="
64+
ls -la js/example/node_modules/oca.js || true
65+
ls -la js/example/node_modules/oca.js/nodejs || true
66+
cat js/example/node_modules/oca.js/package.json || true
5867
- name: Run tests
5968
working-directory: js/example
6069
run: yarn test
@@ -88,4 +97,4 @@ jobs:
8897
working-directory: js/wasm/pkg
8998
run: yarn publish
9099
env:
91-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
100+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)