Skip to content

Commit

Permalink
Transfer jacoco files between jobs.
Browse files Browse the repository at this point in the history
  • Loading branch information
renelink committed May 1, 2024
1 parent cb4bb4a commit cde7f47
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions/upload-artifact@master
with:
name: jacoco
path: '**/jacoco.exec'
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
Expand All @@ -37,6 +33,10 @@ jobs:
uses: GabrielBB/xvfb-action@v1
with:
run: mvn -B -P jacoco test --file pom.xml
- uses: actions/upload-artifact@master
with:
name: jacoco
path: '**/jacoco.exec'

- name: Clear Caches
run: curl -X PURGE https://camo.githubusercontent.com/12360894f9884ce231cc60af14c148a20f0e1690f05047e503a37c69c8eab868/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6c696e6b2d696e74657273797374656d732f636c65616e2d6172636869746563747572652d6578616d706c652f62616467652e7376673f6272616e63683d6d61696e
Expand Down

0 comments on commit cde7f47

Please sign in to comment.