From c37eed1cb89385d9d92d2c329560baaaa0a4e886 Mon Sep 17 00:00:00 2001 From: Milos Obrenovic Date: Fri, 14 Feb 2025 14:09:20 +0100 Subject: [PATCH] [update] try to fix the TEST failed phase --- .github/workflows/pull-request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index f5ab38d58..8b84ecc05 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest container: - image: maven:3.8.5-openjdk-17 + image: gradle:8.12-jdk17-focal steps: - name: Checkout code @@ -57,7 +57,7 @@ jobs: runs-on: ubuntu-latest - needs: [build] + needs: [checkstyle, test, build] steps: - name: Checkout the code from main branch