Skip to content

Commit b635f04

Browse files
authored
chore: fix ci workflow (#10)
1 parent e79dca4 commit b635f04

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

test-requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ pytest-xdist
44
pytest-cov
55
coverage
66
molecule
7-
tox
8-
tox-ansible
7+
tox-ansible<26.2.2
98
black
109
jmespath
1110
ansible-core

tox-ansible.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ change_dir = {env:HOME}/.ansible/collections/ansible_collections/infra/openshift
5050
skip_install = false
5151
allowlist_externals =
5252
bash
53+
echo
54+
mkdir
55+
sh
5356
commands =
5457
bash -c 'git init --initial-branch=main .'
5558
bash -c 'ansible-test integration'

0 commit comments

Comments
 (0)