We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2e1987 commit 0cb8c5fCopy full SHA for 0cb8c5f
.github/workflows/test.yml
@@ -43,15 +43,15 @@ jobs:
43
44
- name: mvn clean install twelvet-auth
45
run: |
46
- cd ./twelvet-auth && mvn clean install
+ cd ./twelvet-auth && mvn clean install -DskipTests
47
48
- name: mvn clean install twelvet-gateway
49
50
- cd ./twelvet-gateway && mvn clean install
+ cd ./twelvet-gateway && mvn clean install -DskipTests
51
52
- name: mvn clean install twelvet-server-system
53
54
- cd ./twelvet-server/twelvet-server-system && mvn clean install
+ cd ./twelvet-server/twelvet-server-system && mvn clean install -DskipTests
55
56
- name: init
57
run: cd docker && chmod 751 ./deploy.sh && ./deploy.sh init
0 commit comments