Skip to content

Commit d7ff746

Browse files
committed
chore(ci): Added job names
1 parent de775ce commit d7ff746

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ permissions:
1818

1919
jobs:
2020
test_matrix:
21+
name: Test Node.js ${{ matrix.node-version }}
2122
strategy:
2223
matrix:
2324
node-version:
@@ -41,6 +42,7 @@ jobs:
4142
- run: aa-exec --profile=chrome npm run test:e2e
4243

4344
test:
45+
name: Test Node.js LTS
4446
runs-on: ubuntu-latest
4547
needs: test_matrix
4648
steps:

0 commit comments

Comments
 (0)