Skip to content

Commit

Permalink
Merge pull request #54 from aureamunoz/add-native-tests
Browse files Browse the repository at this point in the history
Add health extension and native build
  • Loading branch information
aureamunoz authored Mar 1, 2024
2 parents 13bf6cd + b4ff3de commit 993cf01
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
- name: Build with Maven
run: mvn -B install --file pom.xml

- name: Build with Native
run: |
./mvnw -e -B install --file pom.xml -Dnative -Dquarkus.native.container-build=true
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
# - name: Update dependency graph
# uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-openshift</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-health</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit 993cf01

Please sign in to comment.