From 2d589086261088b37d92772eea7b6fa8a66aeb57 Mon Sep 17 00:00:00 2001 From: Rainnny7 Date: Sun, 14 Apr 2024 16:33:44 -0400 Subject: [PATCH] Install depends --- .gitea/workflows/deploy-lib.yml | 4 ++++ 1 file changed, 4 insertions(+) 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