From 0c6aac3751bea1238d144f014213fbcbbe5c32d2 Mon Sep 17 00:00:00 2001 From: Pelle Wessman Date: Thu, 1 Aug 2024 22:44:47 +0200 Subject: [PATCH] Improve name --- .github/workflows/mocha.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mocha.yml b/.github/workflows/mocha.yml index c06d9c066b..5f0b00d7e1 100644 --- a/.github/workflows/mocha.yml +++ b/.github/workflows/mocha.yml @@ -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 @@ -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