Skip to content

Commit dcb0365

Browse files
committed
Add CI
1 parent 964cdcf commit dcb0365

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/sdk_ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ jobs:
2626
- name: Install Dependencies
2727
run: |
2828
npm i @lambdatest/smartui-cli
29-
29+
30+
- name: List directory contents
31+
run: ls -la
32+
3033
- name: Execute Python Wrapper
3134
run: |
3235
pip install lambdatest-selenium-driver

0 commit comments

Comments
 (0)