mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-02 22:54:36 +00:00
Fix npm install of Node.js smoke test
This commit is contained in:
parent
d1c9fabbfc
commit
940430bc23
1 changed files with 2 additions and 0 deletions
2
.github/workflows/publish_npm_package.yaml
vendored
2
.github/workflows/publish_npm_package.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue