mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:15:50 +00:00
[update] try to fix the TEST failed phase
This commit is contained in:
parent
4f8bd90f97
commit
c37eed1cb8
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pull-request.yml
vendored
4
.github/workflows/pull-request.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue