mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:15:50 +00:00
[update] update the steps in the pipeline
This commit is contained in:
parent
979eaa74c6
commit
2e9fd23040
1 changed files with 2 additions and 1 deletions
3
.github/workflows/pull-request.yml
vendored
3
.github/workflows/pull-request.yml
vendored
|
@ -56,7 +56,8 @@ jobs:
|
||||||
docker:
|
docker:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
needs: [build]
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Checkout the code from main branch
|
name: Checkout the code from main branch
|
||||||
|
|
Loading…
Reference in a new issue