Skip to content

Commit 64fa10c

Browse files
Changes the names in the CI file
1 parent ceb743b commit 64fa10c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sdk/.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ env:
1313
SMARTUI_DEBUG: true
1414

1515
jobs:
16-
smartui-java-sdk:
17-
name: Execute java sdk build
16+
smartui-nodejs-sdk:
17+
name: Execute NodeJS sdk build
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout repo
2121
uses: actions/checkout@v2
2222

23-
- name: Install Dependencies and clean directory
23+
- name: Install Dependencies
2424
run: |
2525
npm i @lambdatest/smartui-cli
26-
- name: Execute java wrapper
26+
- name: Execute NodeJS Wrapper
2727
run: |
2828
npx smartui --version
2929
npx smartui config:create smartui-web.json

0 commit comments

Comments
 (0)