mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:35:50 +00:00
Build test 4
This commit is contained in:
parent
fe982e545c
commit
b3c9272bde
1 changed files with 3 additions and 9 deletions
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
|
@ -34,11 +34,5 @@ jobs:
|
||||||
|
|
||||||
# This job calls the build pipeline from local workflows directory
|
# This job calls the build pipeline from local workflows directory
|
||||||
my_second_job:
|
my_second_job:
|
||||||
name: Call build workflow
|
uses: ./.github/workflows/build.yml
|
||||||
runs-on: Ubuntu-latest
|
name: "Call build workflow"
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
name: Checkout repository
|
|
||||||
- uses: ./.github/workflows/build.yml
|
|
||||||
name: 'Call build workflow'
|
|
Loading…
Reference in a new issue