linux
Some checks failed
checks / Set up Node and other necessary dependencies for Frontend Tests and Build (push) Failing after 0s
checks / Set up Java for Backend Tests and Build (push) Failing after 14s
Gitea Actions Demo / Explore-Gitea-Actions (pull_request) Failing after 0s
Gitea Actions Demo / Explore-Gitea-Actions-2 (pull_request) Failing after 0s
checks / Set up Node and other necessary dependencies for Frontend Tests and Build (pull_request) Failing after 0s
checks / Set up Java for Backend Tests and Build (pull_request) Failing after 14s
Some checks failed
checks / Set up Node and other necessary dependencies for Frontend Tests and Build (push) Failing after 0s
checks / Set up Java for Backend Tests and Build (push) Failing after 14s
Gitea Actions Demo / Explore-Gitea-Actions (pull_request) Failing after 0s
Gitea Actions Demo / Explore-Gitea-Actions-2 (pull_request) Failing after 0s
checks / Set up Node and other necessary dependencies for Frontend Tests and Build (pull_request) Failing after 0s
checks / Set up Java for Backend Tests and Build (pull_request) Failing after 14s
This commit is contained in:
@ -119,6 +119,14 @@ jobs:
|
|||||||
cache: maven
|
cache: maven
|
||||||
cache-dependency-path: 'pom.xml' # optional
|
cache-dependency-path: 'pom.xml' # optional
|
||||||
|
|
||||||
|
- name: Setup Java 21 (for act)
|
||||||
|
if: ${{ runner.os == 'Linux' && env.ACT_RUNNER == 'true' }}
|
||||||
|
run: |
|
||||||
|
apt-get update -y
|
||||||
|
apt-get install -y openjdk-21-jdk
|
||||||
|
java -version
|
||||||
|
echo "Java 21 setup completed."
|
||||||
|
|
||||||
- name: Set up Maven
|
- name: Set up Maven
|
||||||
uses: stCarolas/setup-maven@v5
|
uses: stCarolas/setup-maven@v5
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user