This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 9d70355 committed Jul 24, 2024 · 3 / 9
1 parent 3f8159d commit 9d70355 Copy full SHA for 9d70355
File tree 6 files changed +7
-7
lines changed
6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 67
67
- name : Install IGinX with Maven
68
68
shell : bash
69
69
run : |
70
- mvn clean package -DskipTests -P-format -q
70
+ mvn clean package -DskipTests -P-format
71
71
72
72
# 第 1 阶段测试开始==========================================
73
73
- name : Prepare CapExp environment oriHasDataExpHasData
Original file line number Diff line number Diff line change 56
56
- name : Install IGinX with Maven
57
57
shell : bash
58
58
run : |
59
- mvn clean package -DskipTests -P-format -q
59
+ mvn clean package -DskipTests -P-format
60
60
61
61
- name : Write Conf
62
62
uses : ./.github/actions/confWriter
Original file line number Diff line number Diff line change 79
79
- name : Install IGinX with Maven
80
80
shell : bash
81
81
run : |
82
- mvn clean package -DskipTests -P-format -q
82
+ mvn clean package -DskipTests -P-format
83
83
84
84
- if : runner.os == 'Windows'
85
85
name : Build & Run Client image
Original file line number Diff line number Diff line change 66
66
- name : Install IGinX with Maven
67
67
shell : bash
68
68
run : |
69
- mvn clean package -DskipTests -P-format -q
69
+ mvn clean package -DskipTests -P-format
70
70
71
71
- name : Change IGinX config
72
72
uses : ./.github/actions/confWriter
Original file line number Diff line number Diff line change 62
62
- name : Install IGinX with Maven
63
63
shell : bash
64
64
run : |
65
- mvn clean package -DskipTests -P-format -q
65
+ mvn clean package -DskipTests -P-format
66
66
67
67
- name : Change IGinX config
68
68
uses : ./.github/actions/confWriter
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103
103
shell : bash
104
104
run : |
105
105
cd IGinX
106
- mvn clean package -DskipTests -P-format -q
106
+ mvn clean package -DskipTests -P-format
107
107
108
108
- name : Change Old IGinX Config
109
109
uses : ./.github/actions/confWriter
@@ -115,7 +115,7 @@ jobs:
115
115
116
116
- name : Install New IGinX with Maven
117
117
shell : bash
118
- run : mvn clean package -DskipTests -P-format -q
118
+ run : mvn clean package -DskipTests -P-format
119
119
120
120
- name : Change New IGinX Config
121
121
uses : ./.github/actions/confWriter
You can’t perform that action at this time.
0 commit comments