action测试
Some checks failed
Build SpringBoot and Notify / build (push) Failing after 3s

This commit is contained in:
hxuanyu 2024-11-04 11:04:29 +08:00
parent 929740a50e
commit 5b25a2db6c

View File

@ -13,18 +13,15 @@ jobs:
runs-on: common-devops
steps:
# 检出代码
- name: 拉取代码
uses: actions/checkout@v3
# 设置Java环境
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '8'
distribution: 'temurin'
cache: 'maven'
# 检出代码
- uses: actions/checkout@v3
# Maven 构建打包
- name: Build with Maven