1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 12:24:04 +00:00

change continue-on-error to fail-fast

This commit is contained in:
Samuel Štancl 2023-11-21 02:07:33 +01:00 committed by GitHub
parent d182df4458
commit ce1585ed71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,8 @@ on: [push, pull_request]
jobs: jobs:
validate: validate:
runs-on: ubuntu-latest runs-on: ubuntu-latest
continue-on-error: true strategy:
fail-fast: false
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Check for todo0 - name: Check for todo0