Skip to content

Commit 4d1a235

Browse files
committed
[actions] update workflows
1 parent 5cabae9 commit 4d1a235

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/node-4+.yml

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
steps:
4343
- uses: actions/checkout@v2
4444
- uses: ljharb/actions/node/run@main
45+
name: 'npm install && npm run tests-only'
4546
with:
4647
node-version: ${{ matrix.node-version }}
4748
command: 'tests-only'

.github/workflows/node-zero.yml

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v2
2727
- uses: ljharb/actions/node/run@main
28+
name: 'npm install && npm run tests-only'
2829
with:
2930
node-version: ${{ matrix.node-version }}
3031
command: 'tests-only'
@@ -44,6 +45,7 @@ jobs:
4445
steps:
4546
- uses: actions/checkout@v2
4647
- uses: ljharb/actions/node/run@main
48+
name: 'npm install && npm run tests-only'
4749
with:
4850
node-version: ${{ matrix.node-version }}
4951
command: 'tests-only'

0 commit comments

Comments
 (0)