added back caches #19

Merged
4o1x5 merged 1 commit from ci-cd into dev 2024-06-12 10:04:03 +02:00
Showing only changes of commit 5bafedf39e - Show all commits

View file

@ -15,6 +15,7 @@ jobs:
uses: https://github.com/actions/cache/restore@v4
with:
key: linux-maven
path: ~/.m2/repository
- uses: https://github.com/actions/checkout@v4
with: