mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 12:14:02 +00:00
change continue-on-error to fail-fast
This commit is contained in:
parent
d182df4458
commit
ce1585ed71
1 changed files with 2 additions and 1 deletions
3
.github/workflows/validate.yml
vendored
3
.github/workflows/validate.yml
vendored
|
|
@ -3,7 +3,8 @@ on: [push, pull_request]
|
|||
jobs:
|
||||
validate:
|
||||
runs-on: ubuntu-latest
|
||||
continue-on-error: true
|
||||
strategy:
|
||||
fail-fast: false
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Check for todo0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue