Skip to content

Commit d21120d

Browse files
committed
Fix based on review
1 parent aec6f6d commit d21120d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/object-storage-adapter-check.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,15 @@ jobs:
5050
name: S3 integration test (${{ matrix.mode.label }})
5151
runs-on: ubuntu-latest
5252

53+
strategy:
54+
fail-fast: false
55+
matrix:
56+
mode:
57+
- label: default
58+
group_commit_enabled: false
59+
- label: with_group_commit
60+
group_commit_enabled: true
61+
5362
steps:
5463
- uses: actions/checkout@v5
5564

0 commit comments

Comments
 (0)