Fix npm install of Node.js smoke test

This commit is contained in:
Simon Hausmann 2023-12-12 20:49:58 +01:00
parent d1c9fabbfc
commit 940430bc23

View file

@ -152,6 +152,8 @@ jobs:
path: |
api/node/slint-ui-${{ env.PKG_VERSION }}.tgz
- name: Smoke test package to see if it builds at least
env:
PKG_VERSION: ${{ needs.determine_version.outputs.PKG_VERSION }}
run: |
mkdir /tmp/nodetest
cd /tmp/nodetest