@@ -42,17 +42,17 @@ jobs:
4242 - name : Prepare gradle
4343 uses : eskatos/gradle-command-action@v1
4444 with :
45- gradle-version : 5.4.1
45+ gradle-version : 5.6
4646 - name : source-code deployment
4747 run : |
4848 export NODE_IP=127.0.0.1:20200
4949 export NODE2_IP=127.0.0.1:20201
50- export PATH=/home/runner/gradle-provision-tmpdir /installs/gradle-5.4.1 /bin:$PATH
50+ export PATH=/home/runner/gradle-installations /installs/gradle-5.6 /bin:$PATH
5151 chmod u+x .ci/script/build-ci.sh
5252 .ci/script/build-ci.sh 127.0.0.1:3306 cidb root root 127.0.0.1:6379 123456 redis
5353 - name : Run CI
5454 run : |
55- export PATH=/home/runner/gradle-provision-tmpdir /installs/gradle-5.4.1 /bin:$PATH
55+ export PATH=/home/runner/gradle-installations /installs/gradle-5.6 /bin:$PATH
5656 gradle check -i
5757 gradle jacocoTestReport
5858 bash <(curl -s https://codecov.io/bash)
@@ -88,12 +88,12 @@ jobs:
8888 - name : Prepare gradle
8989 uses : eskatos/gradle-command-action@v1
9090 with :
91- gradle-version : 5.4.1
91+ gradle-version : 5.6
9292 - name : source-code deployment
9393 run : |
9494 export NODE_IP=127.0.0.1:20200
9595 export NODE2_IP=127.0.0.1:20201
96- export PATH=/home/runner/gradle-provision-tmpdir /installs/gradle-5.4.1 /bin:$PATH
96+ export PATH=/home/runner/gradle-installations /installs/gradle-5.6 /bin:$PATH
9797 chmod u+x .ci/script/build-ci.sh
9898 .ci/script/build-ci.sh 127.0.0.1:3306 cidb root root 127.0.0.1:6379 123456 redis
9999 - name : Checkout and prepare
@@ -116,7 +116,7 @@ jobs:
116116 run : |
117117 cd weid-sample
118118 chmod u+x *.sh
119- export PATH=/home/runner/gradle-provision-tmpdir /installs/gradle-5.4.1 /bin:$PATH
119+ export PATH=/home/runner/gradle-installations /installs/gradle-5.6 /bin:$PATH
120120 export NODE_IP=127.0.0.1:20200
121121 export NODE2_IP=127.0.0.1:20201
122122 ./build.sh
@@ -152,12 +152,12 @@ jobs:
152152 - name : Prepare gradle
153153 uses : eskatos/gradle-command-action@v1
154154 with :
155- gradle-version : 5.4.1
155+ gradle-version : 5.6
156156 - name : source-code deployment
157157 run : |
158158 export NODE_IP=127.0.0.1:20200
159159 export NODE2_IP=127.0.0.1:20201
160- export PATH=/home/runner/gradle-provision-tmpdir /installs/gradle-5.4.1 /bin:$PATH
160+ export PATH=/home/runner/gradle-installations /installs/gradle-5.6 /bin:$PATH
161161 chmod u+x .ci/script/build-ci.sh
162162 .ci/script/build-ci.sh 127.0.0.1:3306 cidb root root
163163 - name : Checkout and prepare
@@ -180,7 +180,7 @@ jobs:
180180 - name : Run CI
181181 run : |
182182 cd weid-http-service/
183- export PATH=/home/runner/gradle-provision-tmpdir /installs/gradle-5.6.1/bin:$PATH
183+ export PATH=/home/runner/gradle-installations /installs/gradle-5.6.1/bin:$PATH
184184 ls -ll libs
185185 gradle clean build -i -x test
186186 - name : Download failed log (if any)
@@ -215,12 +215,12 @@ jobs:
215215 - name : Prepare gradle
216216 uses : eskatos/gradle-command-action@v1
217217 with :
218- gradle-version : 5.4.1
218+ gradle-version : 5.6
219219 - name : source-code deployment
220220 run : |
221221 export NODE_IP=127.0.0.1:20200
222222 export NODE2_IP=127.0.0.1:20201
223- export PATH=/home/runner/gradle-provision-tmpdir /installs/gradle-5.4.1 /bin:$PATH
223+ export PATH=/home/runner/gradle-installations /installs/gradle-5.6 /bin:$PATH
224224 chmod u+x .ci/script/build-ci.sh
225225 .ci/script/build-ci.sh 127.0.0.1:3306 cidb root root
226226 - name : Checkout and prepare
@@ -237,7 +237,7 @@ jobs:
237237 - name : Run CI
238238 run : |
239239 cd weid-build-tools/
240- export PATH=/home/runner/gradle-provision-tmpdir /installs/gradle-5.4.1 /bin:$PATH
240+ export PATH=/home/runner/gradle-installations /installs/gradle-5.6 /bin:$PATH
241241 sed -i -e '$a\org_id=test' run.config
242242 sed -i -e '$a\amop_id=test' run.config
243243 sed -i -e '$a\blockchain_address=127.0.0.1:20200' run.config
@@ -257,4 +257,4 @@ jobs:
257257 uses : actions/upload-artifact@v1
258258 with :
259259 name : build-tools-log
260- path : /home/runner/work/WeIdentity/WeIdentity/weid-build-tools/build/reports/
260+ path : /home/runner/work/WeIdentity/WeIdentity/weid-build-tools/build/reports/
0 commit comments