We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5712801 commit 221174eCopy full SHA for 221174e
.github/workflows/maven.yml
@@ -16,25 +16,10 @@ jobs:
16
17
steps:
18
- uses: actions/checkout@v2
19
- - name: Set up JDK 17
20
- uses: actions/setup-java@v2
+ - uses: actions/setup-java@v2
21
with:
22
java-version: '17'
23
distribution: 'adopt'
24
- cache: maven
+ cache: 'maven'
25
- name: Run Tests
26
- run: mvn -B test --file pom.xml
27
- build:
28
-
29
- runs-on: ubuntu-latest
30
31
- steps:
32
- - uses: actions/checkout@v2
33
34
35
- with:
36
- java-version: '17'
37
- distribution: 'adopt'
38
39
- - name: Build Artifacts
40
- run: mvn -B package --file pom.xml
+ run: mvn test --file pom.xml
0 commit comments