Skip to content

Commit 90776df

Browse files
committed
Update .github/workflows/check_node.yml
1 parent 96126be commit 90776df

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/check_node.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
run: esbuild --bundle --platform=node ./src/test/index_node.ts | node
2929
- name: Run test with packed tarball
3030
run: |
31+
set -xe
3132
npm pack
3233
mv ./mryhryki-simple-encryption-*.tgz ./packed.tgz
3334
npm install ./packed.tgz

0 commit comments

Comments
 (0)