From 9d7817d49677a147d3113e698854ef79069502a8 Mon Sep 17 00:00:00 2001 From: Ahmad Nassri Date: Fri, 22 Oct 2021 14:22:47 -0400 Subject: [PATCH] chore(template): sync with ahmadnassri/template-node-lib --- .github/workflows/push.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index a0fef9c..ec5eb0e 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -83,7 +83,11 @@ jobs: run: echo "::set-output name=matrix::$(jq -c . < .github/matrix.json)" test-run: - needs: test-strategy + needs: + - commit-lint + - super-linter + - npm-audit + - test-strategy timeout-minutes: 5