Skip to content

Commit 5612568

Browse files
committed
ci: Add missing tmt installation for test-integration-cfs
The test-integration-cfs job was failing because it didn't have a step to install tmt, unlike the regular test-integration jobs. Assisted-by: Claude Code (Sonnet 4.5)
1 parent 4e4e4d2 commit 5612568

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,8 @@ jobs:
192192
uses: ./.github/actions/bootc-ubuntu-setup
193193
with:
194194
libvirt: true
195+
- name: Install tmt
196+
run: pip install --user "tmt[provision-virtual]"
195197

196198
- name: Build container
197199
run: just variant=composefs-sealeduki-sdboot build-integration-test-image

0 commit comments

Comments
 (0)