From a264e231789ee386549578439278bab416f210df Mon Sep 17 00:00:00 2001 From: Anton Romanov Date: Sun, 16 Feb 2025 17:10:21 +0400 Subject: [PATCH] Fix ci --- .gitea/workflows/test.yaml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index d281595..761a33c 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -5,13 +5,15 @@ on: jobs: container-test-job: runs-on: ubuntu-latest + container: + image: exoplatform/jdk:openjdk-21-ubuntu-2204 steps: - 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: Set up JDK 21 for x64 + # uses: actions/setup-java@v4 + # with: + # java-version: '21' + # distribution: 'temurin' + # architecture: x64 - name: Test with Gradle run: bash ./gradlew test \ No newline at end of file