We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c7bb42 commit 2067a46Copy full SHA for 2067a46
1 file changed
.github/workflows/ci.yml
@@ -75,6 +75,8 @@ jobs:
75
steps:
76
- uses: actions/checkout@v6
77
- uses: cachix/install-nix-action@v31
78
+ - name: Initialize podman
79
+ run: nix develop --command podman info >/dev/null 2>&1 || true
80
- run: |
81
cd tests-integration
82
nix develop --command bash test.sh
0 commit comments