Skip to content

Commit 4e4e4d2

Browse files
committed
ci: Enable test-integration-cfs job
The test-integration-cfs job was defined but had its matrix commented out, preventing it from running. Uncomment the matrix to enable composefs testing with centos-10. Assisted-by: Claude Code (Sonnet 4.5)
1 parent cb478f9 commit 4e4e4d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ jobs:
181181
matrix:
182182
# TODO expand this matrix, we need to make it better to override the target
183183
# OS via Justfile variables too
184-
# test_os: [centos-10]
185-
# variant: [composefs-sealeduki-sdboot]
184+
test_os: [centos-10]
185+
variant: [composefs-sealeduki-sdboot]
186186

187187
runs-on: ubuntu-24.04
188188

0 commit comments

Comments
 (0)