mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:45: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
|
- uses: actions/checkout@v4
|
||||||
name: Checkout repository
|
name: Checkout repository
|
||||||
# This job calls the build pipeline from local workflows directory
|
# This job calls the build pipeline from local workflows directory
|
||||||
if: ${{ success() }}
|
|
||||||
- uses: ./.github/workflows/build.yml
|
- uses: ./.github/workflows/build.yml
|
||||||
name: 'Call build workflow'
|
name: 'Call build workflow'
|
||||||
|
|
||||||
|
if: ${{ success() }}
|
||||||
|
- run: echo "Job succeeded"
|
||||||
|
shell: bash
|
||||||
|
|
||||||
if: ${{ !success() }}
|
if: ${{ !success() }}
|
||||||
- run: echo "Job failed"
|
- run: echo "Job failed"
|
||||||
shell: bash
|
shell: bash
|
Loading…
Reference in a new issue