Skip to content

Commit 8d5d992

Browse files
committed
ci: install packages
1 parent 19a52eb commit 8d5d992

File tree

2 files changed

+4
-21
lines changed

2 files changed

+4
-21
lines changed

.github.ghproxy.topposite-actions/setup/action.yml

-21
This file was deleted.

.github/workflows/release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
- name: 🍞 Setup bun
2020
uses: oven-sh/setup-bun@v1
2121

22+
- name: 📦 Install dependencies
23+
shell: bash
24+
run: bun install
25+
2226
- name: 🧪 Run unit tests
2327
run: bun run test
2428

0 commit comments

Comments
 (0)