更新 .gitea/workflows/build-action.yaml
Frontend CI/CD / build (web-office) (push) Failing after 8s Details

This commit is contained in:
z9130 2024-09-17 11:35:51 +08:00
parent dfb685a4b3
commit 482544aceb
1 changed files with 0 additions and 14 deletions

View File

@ -32,20 +32,6 @@ jobs:
git checkout test
echo "Repository cloned and checked out to test branch."
# Set NPM registry
- name: Set NPM registry
run: |
echo "Setting NPM registry..."
npm config set registry https://registry.npmmirror.com
echo "NPM registry set."
# Install pnpm
- name: Install pnpm
run: |
echo "Installing pnpm..."
npm install -g pnpm
echo "pnpm installed."
# Cache pnpm dependencies
- name: Cache pnpm store
uses: https://gitea.com/actions/cache@v3