ci: install deps
This commit is contained in:
parent
705286c54e
commit
e4cee1d62c
4
.github/workflows/action.yml
vendored
4
.github/workflows/action.yml
vendored
@ -73,5 +73,9 @@ jobs:
|
||||
- name: Setup Bun
|
||||
uses: ./
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
bun install
|
||||
|
||||
- name: Run tests
|
||||
run: bun test --coverage
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user