Skip to content

Commit 1a74bdb

Browse files
committed
improve Github CI steps naming
1 parent 7649035 commit 1a74bdb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,20 +43,20 @@ jobs:
4343
- name: Install Dependencies
4444
run: npm ci
4545

46-
- name: Lint
46+
- name: Lint Plugin
4747
run: npm run lint
4848

49-
- name: Build
49+
- name: Build Plugin
5050
run: npm run build
5151

52-
- name: Install cordova
52+
- name: Install Cordova CLI
5353
run: |
5454
mkdir ~/.npm-global
5555
npm config set prefix '~/.npm-global'
5656
export PATH=~/.npm-global/bin:$PATH
5757
npm install cordova@10 -g
5858
59-
- name: Build
59+
- name: Create Cordova app, install plugin then build app
6060
run: |
6161
npm config set prefix '~/.npm-global'
6262
export PATH=~/.npm-global/bin:$PATH

0 commit comments

Comments
 (0)