mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-18 12:38:24 +02:00
ci: install deps
This commit is contained in:
parent
705286c54e
commit
e4cee1d62c
1 changed files with 4 additions and 0 deletions
4
.github/workflows/action.yml
vendored
4
.github/workflows/action.yml
vendored
|
@ -73,5 +73,9 @@ jobs:
|
||||||
- name: Setup Bun
|
- name: Setup Bun
|
||||||
uses: ./
|
uses: ./
|
||||||
|
|
||||||
|
- name: Install dependencies
|
||||||
|
run: |
|
||||||
|
bun install
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: bun test --coverage
|
run: bun test --coverage
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue