Skip to content

Commit e437f70

Browse files
wip
Signed-off-by: Johan-Liebert1 <pragyanpoudyal41999@gmail.com>
1 parent 68346eb commit e437f70

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ jobs:
192192

193193
- name: Setup env
194194
run: |
195+
podman info
195196
BASE=$(just pullspec-for-os base ${{ matrix.test_os }})
196197
echo "BOOTC_base=${BASE}" >> $GITHUB_ENV
197198
@@ -287,7 +288,10 @@ jobs:
287288
test ${{ matrix.test_os }} = "${used_vid}"
288289
289290
- name: Unit and container integration tests
290-
run: just test-container
291+
run: |
292+
podman info
293+
podman images --no-trunc
294+
just test-container
291295
292296
- name: Validate composefs digest (UKI only)
293297
if: matrix.boot_type == 'uki'

0 commit comments

Comments
 (0)