Skip to content

Commit

Permalink
Merge branch 'master' of github.com:speedment/jpa-streamer-demo
Browse files Browse the repository at this point in the history
  • Loading branch information
julgus committed Aug 30, 2023
2 parents 6fa82cc + b54d6e6 commit 4f1bb58
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 4f1bb58

Please sign in to comment.