Skip to content

Commit

Permalink
💚 github action 增加单体模式打包测试命令
Browse files Browse the repository at this point in the history
  • Loading branch information
lltx committed May 31, 2024
1 parent 03483af commit 563b31e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ jobs:
run: mvn spring-javaformat:validate

- name: mvn clean install
run: mvn clean install -Pcloud
run: mvn clean install -Pboot

- name: mvn clean install
run: mvn clean install

- name: Start containers
run: docker-compose build && docker-compose up -d
Expand Down

0 comments on commit 563b31e

Please sign in to comment.