Skip to content

Commit

Permalink
Update .github/workflows/check_node.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mryhryki committed Aug 5, 2023
1 parent 96126be commit 90776df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check_node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
run: esbuild --bundle --platform=node ./src/test/index_node.ts | node
- name: Run test with packed tarball
run: |
set -xe
npm pack
mv ./mryhryki-simple-encryption-*.tgz ./packed.tgz
npm install ./packed.tgz
Expand Down

0 comments on commit 90776df

Please sign in to comment.