Skip to content

Commit a9abad1

Browse files
test lowcoder-cli pipeline
1 parent 61f6c23 commit a9abad1

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/publish-lowcoder-cli.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
22
# For more information see: https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages
33

4-
name: Publish Lowcoder Comps
4+
name: Publish Lowcoder CLI
55

66
on:
77
push:
@@ -32,6 +32,13 @@ jobs:
3232
node-version: 16
3333
registry-url: https://registry.npmjs.org/
3434

35+
- name: Install dependencies
36+
if: steps.check.outputs.changed == 'true'
37+
uses: borales/actions-yarn@v4.2.0
38+
with:
39+
cmd: install
40+
dir: client/packages/lowcoder-comps
41+
3542
- name: Publish
3643
if: steps.check.outputs.changed == 'true'
3744
uses: borales/actions-yarn@v4.2.0

0 commit comments

Comments
 (0)