mirror of
https://github.com/ansible/awx.git
synced 2026-03-15 07:57:29 -02:30
Removing Podman to use Docker again in the collection ci (#14938)
Removing Podman var to use Docker again in the collection ci
This commit is contained in:
committed by
GitHub
parent
a49d894cf1
commit
a5d17539c6
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -127,10 +127,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Run sanity tests
|
- name: Run sanity tests
|
||||||
run: make test_collection_sanity
|
run: make test_collection_sanity
|
||||||
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
|
|
||||||
|
|
||||||
collection-integration:
|
collection-integration:
|
||||||
name: awx_collection integration
|
name: awx_collection integration
|
||||||
|
|||||||
Reference in New Issue
Block a user