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 cf2029a commit 2122409Copy full SHA for 2122409
.github/workflows/ci.yml
@@ -23,10 +23,12 @@ 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
31
32
npx smartui --version
33
npx smartui config:create smartui-web.json
- mvn -ntp ... ....
34
npx smartui --config smartui-web.json exec -- mvn test -D suite=sdk-cloud.xml
0 commit comments