From 757e2bea791321c433363905429b0eade2d7f6d4 Mon Sep 17 00:00:00 2001 From: Ahmad Nassri Date: Mon, 29 Mar 2021 08:53:23 -0700 Subject: [PATCH] chore(template): sync with ahmadnassri/template-node-lib --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) }}