From c0e7f5f7f85fa0562b3484511816f7a0cb897a26 Mon Sep 17 00:00:00 2001 From: Jan Klattenhoff Date: Wed, 19 Feb 2025 11:21:29 +0100 Subject: [PATCH] ci: add bun install to CI workflow for frontend setup --- .gitea/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index d13b1f7..52c16e4 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -88,6 +88,7 @@ jobs: run: | cd frontend cp -r /home/bun/app/node_modules . + bun install - name: Test build run: | cd frontend