Skip to content

Commit 807f480

Browse files
committed
chore: Fix.
1 parent 2e80d42 commit 807f480

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
run: |
3838
mix deps.get
3939
bun install
40+
cd test && bun install
4041
4142
- name: Check source code format
4243
run: mix format --check-formatted

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
run: |
5050
mix deps.get
5151
bun install
52+
cd test && bun install
5253
sudo apt-get update
5354
sudo apt-get -y install inotify-tools
5455

0 commit comments

Comments
 (0)