mirror of
https://gitee.com/log4j/pig.git
synced 2024-12-22 12:48:58 +08:00
💚 github action 增加单体模式打包测试命令
This commit is contained in:
parent
03483af028
commit
563b31ed79
5
.github/workflows/maven.yml
vendored
5
.github/workflows/maven.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user