fix: fail test exec if at least one test fail
This commit is contained in:
parent
e5b23dad6b
commit
284ffbf68f
4 changed files with 24 additions and 3 deletions
2
.github/workflows/dev-push-check.yml
vendored
2
.github/workflows/dev-push-check.yml
vendored
|
@ -1,5 +1,5 @@
|
|||
name: dev-push-check
|
||||
run-name: ${{ github.actor }} pushed new code to {{ github.ref }} 💻
|
||||
run-name: ${{ github.actor }} pushed new code 💻
|
||||
on: [push] #, pull_request]
|
||||
jobs:
|
||||
lint_shellcheck:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue