Skip to content

Commit 70be8d8

Browse files
committed
fix: test workflow build
1 parent ad25df0 commit 70be8d8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ jobs:
1212
- name: Checkout repository
1313
uses: actions/checkout@v4
1414

15-
- name: Install packages
15+
- name: Install bun
1616
uses: oven-sh/setup-bun@v2
17+
18+
- name: Install dependencies
1719
run: bun install
1820

1921
- name: Run build

0 commit comments

Comments
 (0)