We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebb9659 commit c1fded4Copy full SHA for c1fded4
.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,8 +14,8 @@ on:
14
15
jobs:
16
grid-ui-tests:
17
- name: Grid UI Component Tests
18
runs-on: ubuntu-latest
+ name: Grid UI Component Tests
19
steps:
20
- name: Checkout source tree
21
uses: actions/checkout@v4
@@ -33,6 +33,6 @@ jobs:
33
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