Skip to content

Commit 5f2aee8

Browse files
committed
Test if molecule[docker] works correctly.
1 parent 1933758 commit 5f2aee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
python-version: '3.x'
2828

2929
- name: Install test dependencies.
30-
run: pip3 install molecule docker yamllint ansible-lint
30+
run: pip3 install molecule[docker] yamllint ansible-lint
3131

3232
- name: Run Molecule tests.
3333
run: molecule test

0 commit comments

Comments
 (0)