quick start 2
Some checks failed
checks / Check & Test (Frontend + Backend) (push) Failing after 56s
Gitea Actions Demo / Explore-Gitea-Actions (pull_request) Failing after 0s
checks / Check & Test (Frontend + Backend) (pull_request) Failing after 2s
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s

This commit is contained in:
Patrick
2025-10-29 15:26:36 +01:00
parent 76282069d2
commit c047094add

View File

@ -43,7 +43,7 @@ jobs:
with:
distribution: temurin
java-version: '21' # adjust to match your backend version
cache: maven # or 'gradle' if you use Gradle
cache: maven
#Build & test backend
- name: Build & test backend