mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 06:45:50 +00:00
correction
This commit is contained in:
parent
bc9c45d3ce
commit
c4d864b712
1 changed files with 2 additions and 1 deletions
3
.github/workflows/maven-build.yml
vendored
3
.github/workflows/maven-build.yml
vendored
|
@ -73,7 +73,7 @@ jobs:
|
|||
|
||||
scan-repository:
|
||||
runs-on: ubuntu-latest
|
||||
needs: Build_and_push
|
||||
needs: Build_Container_and_push_to_Artifactory
|
||||
strategy:
|
||||
matrix:
|
||||
# The repository scanning will be triggered periodically on the following branches.
|
||||
|
@ -120,6 +120,7 @@ jobs:
|
|||
|
||||
test-action:
|
||||
runs-on: ubuntu-latest
|
||||
needs: Build_Container_and_push_to_Artifactory
|
||||
strategy:
|
||||
matrix:
|
||||
java: [ '21' ]
|
||||
|
|
Loading…
Reference in a new issue