Skip to content

Commit 9e2c003

Browse files
committed
Fixed commit-test
1 parent d0ab067 commit 9e2c003

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
- name: install deps
1919
run: bun ci
2020
- name: build
21-
run: bun run trick-tsd && bun run build
21+
run: bun run trick-tsd && bun run build
2222
- name: run test
23-
run: bun run test
23+
run: mkdir tmp && bun run test:base && bun run test:load && rm -rf tmp

0 commit comments

Comments
 (0)