diff --git a/.eslintignore b/.eslintignore index 4ebc8ae..404abb2 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1 +1 @@ -coverage +coverage/ diff --git a/.github/workflows/node-4+.yml b/.github/workflows/node-4+.yml index ba174e1..4c070dd 100644 --- a/.github/workflows/node-4+.yml +++ b/.github/workflows/node-4+.yml @@ -42,6 +42,7 @@ jobs: steps: - uses: actions/checkout@v2 - uses: ljharb/actions/node/run@main + name: 'npm install && npm run tests-only' with: node-version: ${{ matrix.node-version }} command: 'tests-only' diff --git a/.github/workflows/node-zero.yml b/.github/workflows/node-zero.yml index d044c60..2435bf2 100644 --- a/.github/workflows/node-zero.yml +++ b/.github/workflows/node-zero.yml @@ -25,6 +25,7 @@ jobs: steps: - uses: actions/checkout@v2 - uses: ljharb/actions/node/run@main + name: 'npm install && npm run tests-only' with: node-version: ${{ matrix.node-version }} command: 'tests-only' @@ -44,6 +45,7 @@ jobs: steps: - uses: actions/checkout@v2 - uses: ljharb/actions/node/run@main + name: 'npm install && npm run tests-only' with: node-version: ${{ matrix.node-version }} command: 'tests-only'