Skip to content

Commit a1eb225

Browse files
committed
ci: rename test job and update step names for clarity
1 parent ba9974f commit a1eb225

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
name: dist
3636
path: dist
3737
test:
38-
name: TestLint
38+
name: Test
3939
runs-on: ubuntu-latest
4040
steps:
4141
- name: Checkout
@@ -46,7 +46,7 @@ jobs:
4646
node-version: ${{ env.NODE_VERSION }}
4747
- name: Install dependencies
4848
run: npm ci
49-
- name: Run Lint script
49+
- name: Run Tests
5050
run: npm run test
5151

5252
lint:

0 commit comments

Comments
 (0)