From c7acd8271a47b46b000fed825b2aae27a1cdbf7b Mon Sep 17 00:00:00 2001 From: Jan Klattenhoff Date: Wed, 19 Feb 2025 11:19:48 +0100 Subject: [PATCH] ci: update CI workflow to copy node_modules instead of bun --- .gitea/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 2b90306..d13b1f7 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -84,12 +84,10 @@ jobs: - run: cd /home/bun/app && ls -la - name: Checkout Code uses: actions/checkout@v4 - - name: Install bun - uses: oven-sh/setup-bun@v2 - name: Install dependencies run: | cd frontend - bun install + cp -r /home/bun/app/node_modules . - name: Test build run: | cd frontend