Skip to content

Commit

Permalink
Tidy up native image test build
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-bygrave committed Oct 17, 2023
1 parent 0fde84f commit 52c2af7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/native-image.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
13 changes: 0 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,7 @@

<modules>
<module>avaje-config</module>
<!-- <module>tests</module>-->
</modules>

<!-- <profiles>-->
<!-- <profile>-->
<!-- <id>central</id>-->
<!-- </profile>-->
<!-- <profile>-->
<!-- <id>native</id>-->
<!-- <modules>-->
<!-- <module>tests</module>-->
<!-- </modules>-->
<!-- </profile>-->
<!-- </profiles>-->

</project>

2 changes: 1 addition & 1 deletion tests/test-native-image/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<groupId>org.example</groupId>
<artifactId>test-native</artifactId>
<artifactId>test-native-image</artifactId>
<version>1.0-SNAPSHOT</version>

<properties>
Expand Down

0 comments on commit 52c2af7

Please sign in to comment.