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
💚
修复 GitHub Actions 构建
pull/1/head
Yangkai.Shen
5 years ago
parent
5b0d4f8f9c
commit
14d27cd4e4
1 changed files
with
2 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-6
.github/workflows/maven.yml
+ 2
- 6
.github/workflows/maven.yml
View File
@@ -1,12 +1,8 @@
name: Java CI
name: GitHub CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up JDK 1.8
@@ -14,4 +10,4 @@ jobs:
with:
java-version: 1.8
- name: Build with Maven
run: mvn
package --file pom.xml
run: mvn
clean package -DskipTests=true -Dmaven.javadoc.skip=true -B -V
Write
Preview
Loading…
Cancel
Save