From 6fb3f2bef2b93a74c59b267881d39c12114d9bdd Mon Sep 17 00:00:00 2001 From: Jan Klattenhoff Date: Wed, 19 Feb 2025 11:36:51 +0100 Subject: [PATCH] ci: remove time command from CI workflow script --- .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 0aec5ee..80e9c89 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -82,7 +82,7 @@ jobs: - name: Install dependencies run: | cd frontend - time ln -s /home/bun/app/node_modules node_modules + ln -s /home/bun/app/node_modules node_modules - name: Test build run: | cd frontend