From ea85899906391c176fe10ccd30c76b50a02f4364 Mon Sep 17 00:00:00 2001 From: geonhee-min Date: Wed, 26 Nov 2025 08:45:51 +0900 Subject: [PATCH] issue # gitea ci test --- .gitea/workflows/gitea-ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/gitea-ci.yml b/.gitea/workflows/gitea-ci.yml index bd2f085..7bc981e 100644 --- a/.gitea/workflows/gitea-ci.yml +++ b/.gitea/workflows/gitea-ci.yml @@ -17,8 +17,7 @@ jobs: echo $PWD ls . - - name: Check Environment + - name: Install Dependencies with yarn run: | - yarn -v - node -v - docker -v \ No newline at end of file + yarn install --immutable + ls . \ No newline at end of file