We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cabae9 commit 4d1a235Copy full SHA for 4d1a235
.github/workflows/node-4+.yml
@@ -42,6 +42,7 @@ jobs:
42
steps:
43
- uses: actions/checkout@v2
44
- uses: ljharb/actions/node/run@main
45
+ name: 'npm install && npm run tests-only'
46
with:
47
node-version: ${{ matrix.node-version }}
48
command: 'tests-only'
.github/workflows/node-zero.yml
@@ -25,6 +25,7 @@ jobs:
25
26
27
28
29
30
31
@@ -44,6 +45,7 @@ jobs:
49
50
51
0 commit comments