Skip to content

Commit

Permalink
Commenting PODMAN prefer var to avoid its use
Browse files Browse the repository at this point in the history
  • Loading branch information
CFSNM committed Feb 28, 2024
1 parent a49d894 commit 328c70d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,10 @@ jobs:

- name: Run sanity tests
run: make test_collection_sanity
env:
# env:
# needed due to cgroupsv2. This is fixed, but a stable release
# with the fix has not been made yet.
ANSIBLE_TEST_PREFER_PODMAN: 1
# ANSIBLE_TEST_PREFER_PODMAN: 1 Commenting due to issue with crun

collection-integration:
name: awx_collection integration
Expand Down

0 comments on commit 328c70d

Please sign in to comment.