Skip to content

Commit 52c79cd

Browse files
committed
Rename workflow
Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
1 parent ebb9659 commit 52c79cd

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci-grid-ui.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Grid UI Component Tests
1+
name: CI - Grid UI
22

33
on:
44
pull_request:
@@ -14,7 +14,6 @@ on:
1414

1515
jobs:
1616
grid-ui-tests:
17-
name: Grid UI Component Tests
1817
runs-on: ubuntu-latest
1918
steps:
2019
- name: Checkout source tree
@@ -33,6 +32,6 @@ jobs:
3332
working-directory: javascript/grid-ui
3433
run: npm install
3534

36-
- name: Run Jest tests
35+
- name: Run component tests
3736
working-directory: javascript/grid-ui
3837
run: npm test

0 commit comments

Comments
 (0)