From 52c2af7b325f41aa5b1a4c10f473c10ed035cc7a Mon Sep 17 00:00:00 2001 From: "robin.bygrave" Date: Tue, 17 Oct 2023 15:19:38 +1300 Subject: [PATCH] Tidy up native image test build --- .github/workflows/native-image.yml | 4 ++-- pom.xml | 13 ------------- tests/test-native-image/pom.xml | 2 +- 3 files changed, 3 insertions(+), 16 deletions(-) diff --git a/.github/workflows/native-image.yml b/.github/workflows/native-image.yml index adcff1f..1745bc7 100644 --- a/.github/workflows/native-image.yml +++ b/.github/workflows/native-image.yml @@ -1,9 +1,9 @@ -name: avaje-config native image +name: native image build on: workflow_dispatch: schedule: - - cron: '40 0 1 1 6' + - cron: '40 1 1 1 6' jobs: build: diff --git a/pom.xml b/pom.xml index 96e9445..4e76d2f 100644 --- a/pom.xml +++ b/pom.xml @@ -15,20 +15,7 @@ avaje-config - - - - - - - - - - - - - diff --git a/tests/test-native-image/pom.xml b/tests/test-native-image/pom.xml index 5a86759..bbda48b 100644 --- a/tests/test-native-image/pom.xml +++ b/tests/test-native-image/pom.xml @@ -11,7 +11,7 @@ org.example - test-native + test-native-image 1.0-SNAPSHOT