Skip to content

Commit f4a9c3a

Browse files
fix ci typing
1 parent 2bf9a1e commit f4a9c3a

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,12 @@ jobs:
2929
- name: Install depends
3030
run: pnpm run setup
3131

32+
- name: Test
33+
run: pnpm test
34+
3235
- name: Typing
3336
run: pnpm typing
3437

35-
- name: Test
36-
run: pnpm test
3738
release:
3839
needs: ci
3940
runs-on: ubuntu-latest

.github/workflows/try-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ jobs:
4242
- name: Install depends
4343
run: pnpm i
4444

45-
- name: "Build "preview"
45+
- name: Build "preview"
4646
run: pnpm build

.github/workflows/typing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run_install: false
3232

3333
- name: Install depends
34-
run: pnpm run setup
34+
run: pnpm run setup && pnpm test
3535

3636
- name: Typing
3737
run: pnpm typing

0 commit comments

Comments
 (0)