Skip to content

Commit 5d64cfe

Browse files
committed
Fix Molecule CI workflow since docker plugin has moved.
1 parent f249fc6 commit 5d64cfe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ name: CI
77
push:
88
branches:
99
- master
10+
- development
1011
# schedule:
1112
# - cron: "0 4 * * 4"
1213

@@ -43,10 +44,10 @@ jobs:
4344
strategy:
4445
matrix:
4546
include:
46-
- distro: centos7
4747
- distro: centos8
4848
- distro: debian9
4949
- distro: debian10
50+
- distro: debian11
5051
- distro: fedora37
5152
- distro: ubuntu1604
5253
- distro: ubuntu1804
@@ -65,7 +66,7 @@ jobs:
6566
python-version: '3.x'
6667

6768
- name: Install test dependencies.
68-
run: pip3 install ansible molecule[docker] docker
69+
run: pip3 install ansible molecule molecule-plugins[docker] docker
6970

7071
- name: Run Molecule tests.
7172
run: molecule test

0 commit comments

Comments
 (0)