mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 15:25:49 +00:00
Configured path to build file
This commit is contained in:
parent
4723da61f0
commit
2d94490cfb
1 changed files with 4 additions and 1 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
@ -21,6 +21,9 @@ jobs:
|
|||
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||
steps:
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- uses: build.yml
|
||||
- uses: actions/checkout@v4
|
||||
name: My First step
|
||||
- uses: ./.github/workflows/build.yml
|
||||
name: Call build pipeline to build Java app
|
||||
|
||||
|
Loading…
Reference in a new issue