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

This commit is contained in:
Patrick
2025-10-29 15:32:11 +01:00
parent c047094add
commit 0548cec1d7

View File

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