[update] try to fix the TEST failed phase

This commit is contained in:
Milos Obrenovic 2025-02-14 14:09:20 +01:00
parent 4f8bd90f97
commit c37eed1cb8

View file

@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: maven:3.8.5-openjdk-17 image: gradle:8.12-jdk17-focal
steps: steps:
- -
name: Checkout code name: Checkout code
@ -57,7 +57,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: [build] needs: [checkstyle, test, build]
steps: steps:
- -
name: Checkout the code from main branch name: Checkout the code from main branch