Skip to content

Commit c7617b2

Browse files
adds building native image
1 parent 57cc1b3 commit c7617b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/kafka-sample-spring-modulith.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,5 @@ jobs:
4040
native-image --version
4141
- name: Build with Maven
4242
run: ./mvnw -B -Pnative verify --file pom.xml
43+
- name: Build native Image
44+
run: ./mvnw -Pnative spring-boot:build-image -DskipTests

0 commit comments

Comments
 (0)