diff --git a/.gitea/workflows/build-ext.yml b/.gitea/workflows/build-ext.yml index 7fc9430..b61c067 100644 --- a/.gitea/workflows/build-ext.yml +++ b/.gitea/workflows/build-ext.yml @@ -21,13 +21,13 @@ jobs: cache: 'npm' - name: Install dependencies - run: npm ci + run: npm ci --include=dev - name: Build project run: npm run build - - name: Run tests - run: npx vitest run + # - name: Run tests + # run: npx vitest run - name: Docker login (git.4nkweb.com) shell: bash