Skip to content

Commit

Permalink
.github/runner.py: use cni backend
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Tluka <[email protected]>
  • Loading branch information
jtluka committed Sep 17, 2024
1 parent b09d2a0 commit ddadc1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def test(self):
podman_uri=podman_uri,
image=image_name,
debug=1,
network_plugin="cni",
)

recipe_instance = HelloWorldRecipe()
Expand Down

0 comments on commit ddadc1f

Please sign in to comment.