Skip to content

Commit

Permalink
Improve name
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Aug 1, 2024
1 parent 4e60805 commit 0c6aac3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mocha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
npm-script: lint

smoke:
name: Smoke test on node ${{ matrix.node-version }} / ${{ matrix.os }}
name: Smoke test with node ${{ matrix.node-version }} on ${{ matrix.os }}
uses: ./.github/workflows/npm-script.yml
strategy:
fail-fast: false
Expand All @@ -36,7 +36,7 @@ jobs:
npm-script: test-smoke

test-node:
name: test-node:${{ matrix.test-part }} on node ${{ matrix.node-version }} / ${{ matrix.os }}
name: test-node:${{ matrix.test-part }} with node ${{ matrix.node-version }} on ${{ matrix.os }}
# TODO: Restore "mocha-github-actions-reporter" style reporting without relying on third party module
uses: ./.github/workflows/npm-script.yml
needs: smoke
Expand Down

0 comments on commit 0c6aac3

Please sign in to comment.