Skip to content

Commit

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

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

test-node:
name: test-node:${{ matrix.test-part }} on node ${{ matrix.node-version }} / ${{ 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 e777cb4

Please sign in to comment.