init222-113
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1h16m4s

This commit is contained in:
TangHuan 2025-04-03 17:09:28 +08:00
parent 6b85f019c5
commit cf156266cc

View File

@ -5,6 +5,8 @@ on: [push]
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: ubuntu-latest runs-on: ubuntu-latest
vars:
ACTIONS_RUNNER_DEBUG: true
steps: steps:
- name: 克隆代码 - name: 克隆代码
uses: https://git.pintantan.com/actions/checkout@v4 uses: https://git.pintantan.com/actions/checkout@v4
@ -16,7 +18,7 @@ jobs:
# Examples: 12.x, 10.15.1, >=10.15.0, lts/Hydrogen, 16-nightly, latest, node # Examples: 12.x, 10.15.1, >=10.15.0, lts/Hydrogen, 16-nightly, latest, node
node-version: '14' node-version: '14'
cache: "npm" cache: "npm"
check-latest: true
# 缓存 Maven 依赖 # 缓存 Maven 依赖
- name: 安装依赖 - name: 安装依赖
run: npm ci run: npm ci