There was an error while loading. Please reload this page.
1 parent ebb9659 commit 52c79cdCopy full SHA for 52c79cd
1 file changed
.github/workflows/ci-grid-ui.yml
@@ -1,4 +1,4 @@
1
-name: Grid UI Component Tests
+name: CI - Grid UI
2
3
on:
4
pull_request:
@@ -14,7 +14,6 @@ on:
14
15
jobs:
16
grid-ui-tests:
17
- name: Grid UI Component Tests
18
runs-on: ubuntu-latest
19
steps:
20
- name: Checkout source tree
@@ -33,6 +32,6 @@ jobs:
33
32
working-directory: javascript/grid-ui
34
run: npm install
35
36
- - name: Run Jest tests
+ - name: Run component tests
37
38
run: npm test
0 commit comments