Install depends
Some checks failed
Deploy Lib / docker (ubuntu-latest, 2.44.0) (push) Failing after 1m28s
Some checks failed
Deploy Lib / docker (ubuntu-latest, 2.44.0) (push) Failing after 1m28s
This commit is contained in:
parent
50b5c8ba4b
commit
2d58908626
@ -26,6 +26,10 @@ jobs:
|
|||||||
- name: Setup Bun
|
- name: Setup Bun
|
||||||
uses: oven-sh/setup-bun@v1
|
uses: oven-sh/setup-bun@v1
|
||||||
|
|
||||||
|
# Install Dependencies
|
||||||
|
- name: Install Dependencies
|
||||||
|
run: bun install
|
||||||
|
|
||||||
# Run Tests
|
# Run Tests
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: bun test
|
run: bun test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user