Skip to content

Commit 36a75f4

Browse files
committed
ci: update name
1 parent 2820c3b commit 36a75f4

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

.github/workflows/build-demos.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,4 @@ jobs:
5252
working-directory: ./demos/with-vue2.6
5353
run: |
5454
pnpm install --no-frozen-lockfile
55-
pnpm run build
56-
57-
- name: Build with-uniapp-vue3
58-
working-directory: ./demos/with-uniapp-vue3
59-
run: |
60-
pnpm install --no-frozen-lockfile
61-
pnpm run build:h5
62-
63-
- name: Build with-uniapp-vue2
64-
working-directory: ./demos/with-uniapp-vue2
65-
run: |
66-
pnpm install --no-frozen-lockfile
67-
pnpm run build:h5
55+
pnpm run build

.github/workflows/build-uniapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build-demos
1+
name: build-uniapp
22

33
on:
44
push:

0 commit comments

Comments
 (0)