Fix ci
Some checks failed
CI fuzzy controller / container-test-job (push) Failing after 5s

This commit is contained in:
Anton Romanov 2025-02-16 17:57:34 +04:00
parent fe73f01642
commit 27c72636c0

View File

@ -7,11 +7,5 @@ jobs:
image: exoplatform/jdk:openjdk-21-ubuntu-2204 image: exoplatform/jdk:openjdk-21-ubuntu-2204
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
#- name: Set up JDK 21 for x64
# uses: actions/setup-java@v4
# with:
# java-version: '21'
# distribution: 'temurin'
# architecture: x64
- name: Test with Gradle - name: Test with Gradle
run: bash ./gradlew test run: bash ./gradlew test