From f85cc9b031cf2f7ec798f50a6053609e90272d22 Mon Sep 17 00:00:00 2001 From: Eduard Kuksa Date: Tue, 14 Jan 2025 20:52:55 +0700 Subject: [PATCH] change JDK to oracle and mvn command to test in action --- .gitea/workflows/maven.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/maven.yaml b/.gitea/workflows/maven.yaml index 3b991ae..daeaf2c 100644 --- a/.gitea/workflows/maven.yaml +++ b/.gitea/workflows/maven.yaml @@ -18,8 +18,8 @@ jobs: uses: actions/setup-java@v4 with: java-version: 23 - distribution: 'temurin' + distribution: 'oracle' cache: 'maven' - overwrite-settings: true - name: Build with Maven - run: mvn -B package --file pom.xml \ No newline at end of file + run: mvn test +# run: mvn -B package --file pom.xml \ No newline at end of file