Skip to content

Commit

Permalink
Add build processes for Quarkus and Spring demos
Browse files Browse the repository at this point in the history
  • Loading branch information
julgus committed Jul 11, 2023
1 parent 5526900 commit b54d6e6
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ jobs:
- name: Hibernate - Build with Maven
working-directory: ./hibernate
run: mvn -B package --file pom.xml -Prelease
- name: Quarkus - Build with Maven
working-directory: ./quarkus
- name: Quarkus Hibernate - Build with Maven
working-directory: ./quarkus-hibernate
run: mvn -B package --file pom.xml -Prelease
- name: Quarkus Hibernate Panache - Build with Maven
working-directory: ./quarkus-hibernate-panache
run: mvn -B package --file pom.xml -Prelease
- name: Spring - Build with Maven
working-directory: ./spring
run: mvn -B package --file pom.xml -Prelease

0 comments on commit b54d6e6

Please sign in to comment.