mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 15:25:49 +00:00
Added checkout to build call step
This commit is contained in:
parent
06f83f30d4
commit
8fcff2e8b7
1 changed files with 1 additions and 0 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
@ -17,5 +17,6 @@ jobs:
|
|||
name: Build call
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
# if: ${{ success() }}
|
||||
- uses: ./.github/workflows/build.yml
|
Loading…
Reference in a new issue