We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2122409 commit b32b06bCopy full SHA for b32b06b
.github/workflows/ci.yml
@@ -23,8 +23,6 @@ jobs:
23
- name: Install Dependencies and clean directory
24
run: |
25
npm i @lambdatest/smartui-cli
26
- mvn -q
27
- mvn -Dmaven.wagon.http.ssl.insecure=true clean install
28
29
30
- name: Execute java wrapper
pom.xml
@@ -21,6 +21,7 @@
21
<version>3.7.0</version>
22
<configuration>
<release>10</release>
+ <verbose>false</verbose>
</configuration>
</plugin>
<plugin>
0 commit comments