Skip to content

Commit 78ee4d8

Browse files
authored
Merge pull request #104 from avaje/feature/tidy-after-native-image
Tidy up native image test build
2 parents 0fde84f + 52c2af7 commit 78ee4d8

File tree

3 files changed

+3
-16
lines changed

3 files changed

+3
-16
lines changed

.github/workflows/native-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: avaje-config native image
1+
name: native image build
22

33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: '40 0 1 1 6'
6+
- cron: '40 1 1 1 6'
77

88
jobs:
99
build:

pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,7 @@
1515

1616
<modules>
1717
<module>avaje-config</module>
18-
<!-- <module>tests</module>-->
1918
</modules>
2019

21-
<!-- <profiles>-->
22-
<!-- <profile>-->
23-
<!-- <id>central</id>-->
24-
<!-- </profile>-->
25-
<!-- <profile>-->
26-
<!-- <id>native</id>-->
27-
<!-- <modules>-->
28-
<!-- <module>tests</module>-->
29-
<!-- </modules>-->
30-
<!-- </profile>-->
31-
<!-- </profiles>-->
32-
3320
</project>
3421

tests/test-native-image/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212

1313
<groupId>org.example</groupId>
14-
<artifactId>test-native</artifactId>
14+
<artifactId>test-native-image</artifactId>
1515
<version>1.0-SNAPSHOT</version>
1616

1717
<properties>

0 commit comments

Comments
 (0)