From 025495c097f2df3d163c1b74ab44f3fdb14815d1 Mon Sep 17 00:00:00 2001 From: Rob Bygrave Date: Tue, 31 Oct 2023 09:05:15 +1300 Subject: [PATCH] Add build badge for native image test --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b140ac1..c8cb636 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![Maven Central : ebean](https://maven-badges.herokuapp.com/maven-central/io.ebean/ebean-migration/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.ebean/ebean-migration) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/ebean-orm/ebean-migration/blob/master/LICENSE) [![JDK EA](https://github.com/ebean-orm/ebean-migration/actions/workflows/jdk-ea.yml/badge.svg)](https://github.com/ebean-orm/ebean-migration/actions/workflows/jdk-ea.yml) +[![native image build](https://github.com/ebean-orm/ebean-migration/actions/workflows/native-image.yml/badge.svg)](https://github.com/ebean-orm/ebean-migration/actions/workflows/native-image.yml) # Ebean Migration DB Migration runner (similar to FlywayDB) which can be used standalone or with Ebean (to run DB Migrations on EbeanServer start)