Skip to content

Commit 2122409

Browse files
committed
supressing maven logs
1 parent cf2029a commit 2122409

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,12 @@ jobs:
2323
- name: Install Dependencies and clean directory
2424
run: |
2525
npm i @lambdatest/smartui-cli
26+
mvn -q
27+
mvn -Dmaven.wagon.http.ssl.insecure=true clean install
28+
2629
2730
- name: Execute java wrapper
2831
run: |
2932
npx smartui --version
3033
npx smartui config:create smartui-web.json
31-
mvn -ntp ... ....
3234
npx smartui --config smartui-web.json exec -- mvn test -D suite=sdk-cloud.xml

0 commit comments

Comments
 (0)