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

This commit is contained in:
Patrick
2025-10-31 10:36:10 +01:00
parent 604348dbe7
commit 1dcb5f2d8e

View File

@ -109,11 +109,6 @@ jobs:
fi
shell: bash
- name: Install Java (for act)
run: |
apt-get update
apt-get install -y openjdk-21-jdk
- uses: actions/checkout@v5
- name: Set up JDK 21 for x64
uses: actions/setup-java@v4