Compare commits

...

2 commits

Author SHA1 Message Date
2005 1989b5edc0 Merge pull request 'added back caches' (#19) from ci-cd into dev
Some checks failed
Build docker images, publish them, deploy to test server / build (push) Has been cancelled
Reviewed-on: #19
Reviewed-by: hirst <hirsting@gmail.com>
2024-06-12 10:04:02 +02:00
2005 5bafedf39e added back caches 2024-06-12 08:47:48 +02:00

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: