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