Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit a59a8fd

Browse files
author
Bodo Schulz
committed
update workflow
1 parent 5c3f5c4 commit a59a8fd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/configured.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ jobs:
5353
python -m pip install --upgrade pip
5454
pip install -r test-requirements.txt
5555
56+
- name: force reinstall of community.docker
57+
run: |
58+
mkdir -p /home/runner/.ansible/collections
59+
ansible-galaxy collection install community.docker --force
60+
5661
- name: test with tox
5762
run: |
5863
make \
@@ -100,6 +105,11 @@ jobs:
100105
python -m pip install --upgrade pip
101106
pip install -r test-requirements.txt
102107
108+
- name: force reinstall of community.docker
109+
run: |
110+
mkdir -p /home/runner/.ansible/collections
111+
ansible-galaxy collection install community.docker --force
112+
103113
- name: test with tox
104114
run: |
105115
make \

0 commit comments

Comments
 (0)