Skip to content

Commit 6860987

Browse files
Update maven.yml
1 parent c9f3cd8 commit 6860987

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/maven.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,14 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/setup-java@v1
18+
- uses: actions/checkout@v2
19+
- name: Set up JDK
20+
uses: actions/setup-java@v1
1921
with:
2022
java-version: 14
23+
2124
- name: Build Maven
22-
run: mvn -B package --file pom.xml
25+
run: mvn -B package -D maven.test.skip=true --file pom.xml
2326
- name: Jar Publishing
2427
run: mkdir staging && cp target/*.jar staging
2528
- uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)