This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
hummingbird
/
spring-boot-demo
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
👷
更新 CI 流程
3.x
Yangkai.Shen
2 years ago
parent
0cdef78b38
commit
2380c6985f
1 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
.github/workflows/check_compile.yml
.github/workflows/maven.yml → .github/workflows/check_compile.yml
View File
@@ -17,4 +17,11 @@ jobs:
distribution: 'corretto'
cache: maven
- name: 编译检查
id: compile
run: mvn clean compile -DskipTests -Dmaven.javadoc.skip=true -B -V
- name: 通知
uses: yakumioto/serverchan-action@v2
with:
key: ${{ secrets.sckey }}
text: "[CI-BOT] - $GITHUB_REPOSITORY"
desp: "仓库名称:$GITHUB_REPOSITORY\nCI任务:$GITHUB_WORKFLOW\n运行结果:"+${{join(steps.compile.outputs.*, '\n')}}
Write
Preview
Loading…
Cancel
Save