diff --git a/repo-template/node-based-repo/.github/workflows/push-workflow.yml b/repo-template/node-based-repo/.github/workflows/push-workflow.yml index e293f7c..10f797f 100644 --- a/repo-template/node-based-repo/.github/workflows/push-workflow.yml +++ b/repo-template/node-based-repo/.github/workflows/push-workflow.yml @@ -11,7 +11,7 @@ jobs: uses: gmetribin/build-tools/.github/workflows/push-code-scan.yml@v1.1.5 secrets: inherit - #Runs code vulnerability scan after `pnpm install; pnpm test` + #Runs `pnpm install; pnpm test` code-test: uses: gmetribin/build-tools/.github/workflows/push-code-test.yml@v1.1.5 secrets: inherit