File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change 8
8
branches : [ "publish-comps-workflow" ]
9
9
10
10
jobs :
11
- build :
12
- runs-on : ubuntu-latest
13
- steps :
14
- - uses : actions/checkout@v3
15
- with :
16
- fetch-depth : 0
17
- - uses : actions/setup-node@v3
18
- - name : Install dependencies
19
- uses : borales/actions-yarn@v4.2.0
20
- with :
21
- cmd : install
22
- dir : client/packages/lowcoder-comps
23
- - name : Run tests
24
- uses : borales/actions-yarn@v4.2.0
25
- with :
26
- cmd : test
27
- dir : client/packages/lowcoder-comps
11
+ # build:
12
+ # runs-on: ubuntu-latest
13
+ # steps:
14
+ # - uses: actions/checkout@v3
15
+ # with:
16
+ # fetch-depth: 0
17
+ # - uses: actions/setup-node@v3
18
+ # - name: Install dependencies
19
+ # uses: borales/actions-yarn@v4.2.0
20
+ # with:
21
+ # cmd: install
22
+ # dir: client/packages/lowcoder-comps
23
+ # - name: Run tests
24
+ # uses: borales/actions-yarn@v4.2.0
25
+ # with:
26
+ # cmd: test
27
+ # dir: client/packages/lowcoder-comps
28
28
29
29
publish-package :
30
- needs : build
30
+ # needs: build
31
31
runs-on : ubuntu-latest
32
32
steps :
33
33
- uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments