Backend project initialized #4

Merged
jarno merged 5 commits from feature-backend-init into main 2025-08-02 19:27:18 +00:00
Showing only changes of commit c5433dfefd - Show all commits

View File

@@ -26,13 +26,6 @@ jobs:
distribution: 'temurin' distribution: 'temurin'
cache: 'maven' cache: 'maven'
- name: Cache Maven packages
uses: actions/cache@v3
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Run Maven tests - name: Run Maven tests
working-directory: ./backend working-directory: ./backend
run: mvn test run: mvn test