mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 18:55:49 +00:00
Use CI
This commit is contained in:
parent
51eb5becee
commit
9024360722
1 changed files with 3 additions and 1 deletions
4
.github/workflows/maven-build.yml
vendored
4
.github/workflows/maven-build.yml
vendored
|
@ -5,7 +5,7 @@ name: Java CI with Maven
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
branches: [ main, spring-native ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
|
||||
|
@ -27,3 +27,5 @@ jobs:
|
|||
cache: maven
|
||||
- name: Build with Maven Wrapper
|
||||
run: ./mvnw -B package
|
||||
- name: Build native image
|
||||
run: ./mvnw spring-boot:build-image -DskipTests
|
||||
|
|
Loading…
Reference in a new issue