mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-04-24 19:32:48 +00:00
Final pipeline version
This commit is contained in:
parent
1a5ca081eb
commit
0a4ad8e504
1 changed files with 4 additions and 1 deletions
5
.github/workflows/maven-build.yml
vendored
5
.github/workflows/maven-build.yml
vendored
|
@ -78,7 +78,10 @@ jobs:
|
|||
needs: [build, test]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
name: Checkout code
|
||||
|
||||
- uses: azure/login@v2
|
||||
name: Azure Login
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue