diff --git a/.gitea/workflows/deploy-lib.yml b/.gitea/workflows/deploy-lib.yml index cdd3cad..83f2520 100644 --- a/.gitea/workflows/deploy-lib.yml +++ b/.gitea/workflows/deploy-lib.yml @@ -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