Skip to content

Commit 26918a7

Browse files
test workflow
1 parent 5f060af commit 26918a7

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.github/workflows/publish-comps.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,26 @@ on:
88
branches: [ "publish-comps-workflow" ]
99

1010
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
2828

2929
publish-package:
30-
needs: build
30+
# needs: build
3131
runs-on: ubuntu-latest
3232
steps:
3333
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)