Skip to content

Commit 8ea6a76

Browse files
author
Guilherme Biff Zarelli
committed
fix: ci
1 parent 0ebd71a commit 8ea6a76

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/maven.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
1717
- name: Set up JDK 17
18-
uses: actions/setup-java@v1
18+
uses: actions/setup-java@v3
1919
with:
20+
distribution: 'zulu'
2021
java-version: 17
22+
cache: 'maven'
2123
- name: Build with Maven
22-
run: ./mvnw -B verify coveralls:report -DrepoToken=${{ secrets.COVERALLS_REPO_TOKEN }} --file pom.xml
24+
run: ./mvnw -B clean verify coveralls:report -DrepoToken=${{ secrets.COVERALLS_REPO_TOKEN }}

0 commit comments

Comments
 (0)