Skip to content

Commit cf2029a

Browse files
committed
supressing maven logs
1 parent 2e3a86a commit cf2029a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ env:
99
LT_USERNAME: ${{ secrets.LT_USERNAME }}
1010
LT_ACCESS_KEY: ${{ secrets.LT_ACCESS_KEY }}
1111
PROJECT_TOKEN: ${{ secrets.PROJECT_TOKEN }}
12+
LT_SDK_DEBUG: true
13+
SMARTUI_DEBUG: true
1214

1315
jobs:
1416
smartui-java-sdk:
@@ -21,12 +23,10 @@ jobs:
2123
- name: Install Dependencies and clean directory
2224
run: |
2325
npm i @lambdatest/smartui-cli
24-
ls -la
25-
mvn clean compile
2626
2727
- name: Execute java wrapper
2828
run: |
2929
npx smartui --version
30-
ls -la
3130
npx smartui config:create smartui-web.json
31+
mvn -ntp ... ....
3232
npx smartui --config smartui-web.json exec -- mvn test -D suite=sdk-cloud.xml

0 commit comments

Comments
 (0)