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 16, 2024
1 parent b6d1eac commit 683ec51
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 683ec51

Please sign in to comment.