Skip to content

Commit bb00157

Browse files
committed
fix: GitHub actions
1 parent 0fa1c4d commit bb00157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerized-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
dockerized-test:
1111
runs-on: ubuntu-latest
1212
strategy:
13+
fail-fast: false
1314
matrix:
1415
ruby_version: ['3.3', '3.4']
15-
fail-fast: false
1616

1717
steps:
1818
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)