Skip to content

Commit 9220fee

Browse files
authored
maint: Disambiguate test jobs (#896)
1 parent 9550063 commit 9220fee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name: Test
1010
- synchronize
1111
jobs:
1212
npmCi:
13-
name: test
13+
name: CI Checks
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
@@ -21,7 +21,7 @@ jobs:
2121
- run: npm ci
2222
- run: npm test
2323
typecheck:
24-
name: test
24+
name: Type Check
2525
runs-on: ubuntu-latest
2626
steps:
2727
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

0 commit comments

Comments
 (0)