File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed
Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Java test-NG Wrapper CI
2+ on :
3+ pull_request :
4+ branches :
5+ - main
6+ workflow_dispatch :
7+
8+ env :
9+ LT_USERNAME : ${{ secrets.LT_USERNAME }}
10+ LT_ACCESS_KEY : ${{ secrets.LT_ACCESS_KEY }}
11+ PROJECT_TOKEN : ${{ secrets.PROJECT_TOKEN }}
12+
13+ jobs :
14+ smartui-java-sdk :
15+ name : Execute java sdk build
16+ runs-on : ubuntu-latest
17+ steps :
18+ - name : Checkout repo
19+ uses : actions/checkout@v2
20+
21+ - name : Install Dependencies and clean directory
22+ run : |
23+ npm i @lambdatest/smartui-cli@2.0.4
24+ ls -la
25+ mvn clean compile
26+
27+ - name : Execute java wrapper
28+ run : |
29+ npx smartui --version
30+ ls -la
31+ npx smartui config:create smartui-web.json
32+ npx smartui --config smartui-web.json exec -- mvn test -D suite=sdk-cloud.xml
You can’t perform that action at this time.
0 commit comments