Skip to content

Commit

Permalink
chore(template): sync with ahmadnassri/template-node-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Nassri committed Mar 29, 2021
1 parent ba13695 commit 3f8aa33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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) }}
Expand Down

0 comments on commit 3f8aa33

Please sign in to comment.