Skip to content

Commit c2fcc14

Browse files
polish naming
1 parent 0667c26 commit c2fcc14

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# For more information see: https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/running-variations-of-jobs-in-a-workflow
44

5-
name: CI
5+
name: Quality Assurance
66

77
on:
88
push:
@@ -30,7 +30,7 @@ permissions:
3030

3131
jobs:
3232
get-matrix:
33-
name: Configure Node LTS environment matrix
33+
name: Configure Node environment matrix
3434
runs-on: ubuntu-latest
3535

3636
outputs:
@@ -65,7 +65,7 @@ jobs:
6565
with:
6666
persist-credentials: false
6767
show-progress: false
68-
- name: Set up Node.js LTS
68+
- name: Set up Node.js
6969
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
7070
with:
7171
cache: "npm"
@@ -93,7 +93,7 @@ jobs:
9393
run: yamllint -c .yamllint.yaml -f github ./
9494

9595
test:
96-
name: Unit, e2e, coverage
96+
name: Codemod JSSG tests
9797

9898
if: ${{ github.event_name != 'pull_request' || !github.event.pull_request.draft }}
9999

@@ -117,7 +117,7 @@ jobs:
117117
with:
118118
persist-credentials: false
119119
show-progress: false
120-
- name: Set up Node.js LTS
120+
- name: Set up Node.js
121121
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
122122
with:
123123
cache: "npm"
@@ -127,7 +127,7 @@ jobs:
127127
- run: node --run test
128128

129129
legacy-tests:
130-
name: Unit, e2e, coverage
130+
name: Run legacy tests
131131

132132
if: ${{ github.event_name != 'pull_request' || !github.event.pull_request.draft }}
133133

0 commit comments

Comments
 (0)