Skip to content

Commit

Permalink
Test if jacoco report is needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
renelink committed May 1, 2024
1 parent cad243b commit 5f9598c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
name: target
path: '**/target/**'

retention-days: 1
- name: Clear Caches
run: curl -X PURGE https://camo.githubusercontent.com/12360894f9884ce231cc60af14c148a20f0e1690f05047e503a37c69c8eab868/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6c696e6b2d696e74657273797374656d732f636c65616e2d6172636869746563747572652d6578616d706c652f62616467652e7376673f6272616e63683d6d61696e

Expand All @@ -50,8 +50,6 @@ jobs:
- uses: actions/download-artifact@master
with:
name: target
- name: Display structure of downloaded files
run: ls -R
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
Expand All @@ -61,7 +59,7 @@ jobs:
- name: Build with Maven
env:
COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
run: mvn -B jacoco:report coveralls:report --file pom.xml
run: mvn -B coveralls:report --file pom.xml


publish:
Expand Down

0 comments on commit 5f9598c

Please sign in to comment.