in CI/CD, run other tests/check even if one of them fails

This commit is contained in:
undergroundwires
2021-03-28 14:26:09 +01:00
parent b2376ecc30
commit 5c43965f0b
2 changed files with 2 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ jobs:
- npm run lint:md
- npm run lint:md:relative-urls
- npm run lint:md:consistency
fail-fast: false # So it continues with other commands if one fails
steps:
- name: Checkout
uses: actions/checkout@v2