Skip to content
This repository was archived by the owner on Oct 6, 2023. It is now read-only.

Commit 97fc9ca

Browse files
authored
Do not fail fast in CI (#21)
1 parent 625622f commit 97fc9ca

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ insert_final_newline = true
55
indent_style = space
66
indent_size = 4
77
trim_trailing_whitespace = true
8+
9+
[*.yaml]
10+
indent_size = 2

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
runs-on: ${{ matrix.operating-system }}
1515

1616
strategy:
17+
fail-fast: false
1718
matrix:
1819
operating-system:
1920
- ubuntu-latest

0 commit comments

Comments
 (0)