Skip to content

Commit d7ff30c

Browse files
authored
Merge pull request #3 from Saurabh-LT/Latest_CI
Installing latest CLI
2 parents c566afc + 21a3553 commit d7ff30c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 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:
@@ -20,13 +22,11 @@ jobs:
2022

2123
- name: Install Dependencies and clean directory
2224
run: |
23-
npm i @lambdatest/smartui-cli@2.0.4
24-
ls -la
25-
mvn clean compile
25+
npm i @lambdatest/smartui-cli
26+
2627
2728
- name: Execute java wrapper
2829
run: |
2930
npx smartui --version
30-
ls -la
3131
npx smartui config:create smartui-web.json
32-
npx smartui --config smartui-web.json exec -- mvn test -D suite=sdk-cloud.xml
32+
npx smartui --config smartui-web.json exec -- mvn --quiet test -D suite=sdk-cloud.xml

0 commit comments

Comments
 (0)