Skip to content

Commit e988292

Browse files
JeeveshJ7JeeveshJ7
authored andcommitted
...
1 parent 9dc6c59 commit e988292

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/Pr-check.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: SmartUI PR Check with NodeJS SDK
33
on:
44
pull_request:
55
branches:
6-
- master
6+
- main
7+
- stage
78

89
env:
910
LT_USERNAME: ${{ secrets.LT_USERNAME }}
@@ -36,15 +37,13 @@ jobs:
3637
- name: Install Node.js
3738
uses: actions/setup-node@v3
3839
with:
39-
node-version: '14' # Use the appropriate Node.js version for your project
40-
41-
- name: Install Dependencies
42-
run: |
43-
npm ci
40+
node-version: '20' # Use the appropriate Node.js version for your project
4441

4542
- name: Install SmartUI SDK
4643
run: |
47-
npm install @lambdatest/smartui-cli
44+
npm install @lambdatest/smartui-cli@latest
45+
npm install @lambdatest/selenium-driver
46+
npm install selenium-webdriver
4847
4948
- name: Set up SmartUI Config
5049
run: |

0 commit comments

Comments
 (0)