Skip to content

Commit

Permalink
ci: update Maven CI workflow to build all modules
Browse files Browse the repository at this point in the history
  • Loading branch information
helltractor committed Dec 24, 2024
1 parent c4a3573 commit 9037b94
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,16 @@ jobs:
cache: 'maven'

- name: Build with Maven
run: mvn clean install
run: mvn clean install

- name: Build grpc-spring
run: mvn clean install
working-directory: ./grpc-spring

- name: Build pattern-design
run: mvn clean install
working-directory: ./pattern-design

- name: Build rocketmq
run: mvn clean install
working-directory: ./rocketmq

0 comments on commit 9037b94

Please sign in to comment.