mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 15:25:49 +00:00
Build test
This commit is contained in:
parent
2b2905afb9
commit
cd208bbaa5
1 changed files with 5 additions and 1 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -22,9 +22,13 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
name: Checkout repository
|
||||
# This job calls the build pipeline from local workflows directory
|
||||
if: ${{ success() }}
|
||||
- uses: ./.github/workflows/build.yml
|
||||
name: 'Call build workflow'
|
||||
|
||||
if: ${{ success() }}
|
||||
- run: echo "Job succeeded"
|
||||
shell: bash
|
||||
|
||||
if: ${{ !success() }}
|
||||
- run: echo "Job failed"
|
||||
shell: bash
|
Loading…
Reference in a new issue