From fadedb0bcdcab7f2c8673670f967e604576509b0 Mon Sep 17 00:00:00 2001 From: Jan Klattenhoff Date: Wed, 19 Feb 2025 11:57:08 +0100 Subject: [PATCH] ci: Fix node_modules path in CI workflow configuration --- .gitea/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index c145f8f..7523a92 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -89,7 +89,7 @@ jobs: working-directory: ./frontend with: path: | - ~/node_modules + ~/node_modules/ key: ${{ runner.os }}-bun- restore-keys: | ${{ runner.os }}-bun- @@ -97,6 +97,7 @@ jobs: run: | cd frontend bun install + - run: cd frontend && ls -la - name: Test build run: | cd frontend