mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:15:50 +00:00
Merge c3641daa83
into 0c88f916db
This commit is contained in:
commit
d18820cf35
2 changed files with 22 additions and 0 deletions
21
.github/workflows/ci.yml
vendored
Normal file
21
.github/workflows/ci.yml
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
name: Java CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up JDK 17
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: '17'
|
||||
distribution: 'temurin'
|
||||
- name: Build with Maven
|
||||
run: mvn clean install
|
1
spring-petclinic
Submodule
1
spring-petclinic
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 52e28e32377e74594cdcca905876d63b572e09b0
|
Loading…
Reference in a new issue