diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0ae4a5e..402e45f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository steps: - - run: echo ::warning ::skipped duplicate run + - run: echo ::info ::duplicate check ran successfully audit: timeout-minutes: 5 @@ -53,6 +53,7 @@ jobs: timeout-minutes: 5 + name: ${{ matrix.name || format('node v{0} @ {1}', matrix.node-version, matrix.os) }} strategy: matrix: ${{ fromJSON(needs.strategy.outputs.matrix) }}