diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 1ec02ad..26136bb 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -7,10 +7,8 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - run: | - git clone --depth 1 https://7000pct.gitea.bloupla.net/7000pctAUTO/terminal-layout-sync.git . - - name: Verify project - run: | - ls -la - cat package.json - echo "Project structure verified" + run: git clone --depth 1 https://7000pct.gitea.bloupla.net/7000pctAUTO/terminal-layout-sync.git . + - name: Install npm + run: npm install + - name: Verify + run: ls node_modules | head -5