Initial implementation for the backend persistence of activities #5

Merged
jarno merged 4 commits from activities-init into main 2025-08-07 16:17:47 +00:00
Showing only changes of commit 6335179ac6 - Show all commits

View File

@@ -25,11 +25,14 @@ jobs:
java-version: '21'
distribution: 'temurin'
cache: 'maven'
<<<<<<< HEAD
- name: Set up Maven
uses: stCarolas/setup-maven@v5
with:
maven-version: '3.6.3'
=======
>>>>>>> c5433df (feat: removed backend pipeline step for caching m2)
- name: Run Maven tests
working-directory: ./backend