Install depends
Some checks failed
Deploy Lib / docker (ubuntu-latest, 2.44.0) (push) Failing after 1m28s

This commit is contained in:
Braydon 2024-04-14 16:33:44 -04:00
parent 50b5c8ba4b
commit 2d58908626

@ -26,6 +26,10 @@ jobs:
- name: Setup Bun
uses: oven-sh/setup-bun@v1
# Install Dependencies
- name: Install Dependencies
run: bun install
# Run Tests
- name: Run Tests
run: bun test