Skip to content

Commit e6b4420

Browse files
committed
Useful info
1 parent b32b06b commit e6b4420

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- name: Install Dependencies and clean directory
2424
run: |
2525
npm i @lambdatest/smartui-cli
26+
mvn --quiet clean compile
2627
2728
2829
- name: Execute java wrapper

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
<version>3.7.0</version>
2222
<configuration>
2323
<release>10</release>
24-
<verbose>false</verbose>
2524
</configuration>
2625
</plugin>
2726
<plugin>

0 commit comments

Comments
 (0)