mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-01-22 11:21:12 +00:00
added changes
This commit is contained in:
parent
3e1ce239f4
commit
aae08ef760
5 changed files with 15 additions and 93 deletions
15
.github/workflows/ci.yml
vendored
Normal file
15
.github/workflows/ci.yml
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
-main
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
maven:
|
||||
runs-on: 'ubuntu-latest'
|
||||
steps:
|
||||
- name: checkout code
|
||||
uses: actions/checkout@v4
|
||||
- name: build code
|
||||
run: mvn package
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue