Skip to content

Commit 2067a46

Browse files
committed
chore: add back podman info
1 parent 5c7bb42 commit 2067a46

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ jobs:
7575
steps:
7676
- uses: actions/checkout@v6
7777
- uses: cachix/install-nix-action@v31
78+
- name: Initialize podman
79+
run: nix develop --command podman info >/dev/null 2>&1 || true
7880
- run: |
7981
cd tests-integration
8082
nix develop --command bash test.sh

0 commit comments

Comments
 (0)