ls and clean
Some checks failed
checks / Set up Node and other necessary dependencies for Frontend Tests and Build (push) Successful in 11s
checks / Set up Java for Backend Tests and Build (push) Failing after 4s
Gitea Actions Demo / Explore-Gitea-Actions (pull_request) Successful in 3s
Gitea Actions Demo / Explore-Gitea-Actions-2 (pull_request) Successful in 2s
checks / Set up Node and other necessary dependencies for Frontend Tests and Build (pull_request) Successful in 11s
checks / Set up Java for Backend Tests and Build (pull_request) Failing after 3s

This commit is contained in:
Patrick
2025-10-31 10:34:52 +01:00
parent 67262d3a20
commit 604348dbe7

View File

@ -141,7 +141,9 @@ jobs:
working-directory: ./src
run: |
echo "Started test & build backend..."
mvn clean verify package -B
ls .
mvn clean
# mvn clean verify package -B
- name: Done
run: echo "Workflow successfully completed."