From 27c72636c0d7f1b4b7bb3d1aa59b5f5e88e1326e Mon Sep 17 00:00:00 2001 From: Anton Romanov Date: Sun, 16 Feb 2025 17:57:34 +0400 Subject: [PATCH] Fix ci --- .gitea/workflows/test.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index c9eb8ee..3a19cb4 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -7,11 +7,5 @@ jobs: 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: Test with Gradle run: bash ./gradlew test \ No newline at end of file