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