From bb24af241cd5ff2536e5c27c7551055ce73e7954 Mon Sep 17 00:00:00 2001 From: Jan Klattenhoff Date: Wed, 19 Feb 2025 11:35:44 +0100 Subject: [PATCH] ci: add timing to node_modules symlink creation step --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 80e9c89..0aec5ee 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -82,7 +82,7 @@ jobs: - name: Install dependencies run: | cd frontend - ln -s /home/bun/app/node_modules node_modules + time ln -s /home/bun/app/node_modules node_modules - name: Test build run: | cd frontend