Skip to content

Commit ce4ab3a

Browse files
author
Sebastian Gumprich
committed
do not fail fast in CI
Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com>
1 parent 983ff5f commit ce4ab3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
test:
1111
runs-on: ubuntu-latest
1212
strategy:
13-
fail_fast: false
13+
fail-fast: false
1414
matrix:
1515
ruby-version: ['2.6', '2.7', '3.0']
1616

0 commit comments

Comments
 (0)