Skip to content

Commit 961d064

Browse files
committed
CI debug logs
1 parent 810ed51 commit 961d064

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,9 @@ jobs:
142142
run: ls -R .
143143
shell: bash
144144
- name: Test bindings
145-
run: docker run --rm -v $(pwd):/build -w /build node:${{ matrix.node }}-slim yarn test
145+
run: |
146+
docker run --rm -v $(pwd):/build -w /build node:${{ matrix.node }}-slim yarn test
147+
echo "$?"
146148
publish:
147149
name: Publish
148150
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)