Skip to content

Commit

Permalink
Fix Molecule CI workflow since docker plugin has moved.
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMegaNova committed Jul 28, 2023
1 parent f249fc6 commit 5d64cfe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ name: CI
push:
branches:
- master
- development
# schedule:
# - cron: "0 4 * * 4"

Expand Down Expand Up @@ -43,10 +44,10 @@ jobs:
strategy:
matrix:
include:
- distro: centos7
- distro: centos8
- distro: debian9
- distro: debian10
- distro: debian11
- distro: fedora37
- distro: ubuntu1604
- distro: ubuntu1804
Expand All @@ -65,7 +66,7 @@ jobs:
python-version: '3.x'

- name: Install test dependencies.
run: pip3 install ansible molecule[docker] docker
run: pip3 install ansible molecule molecule-plugins[docker] docker

- name: Run Molecule tests.
run: molecule test
Expand Down

0 comments on commit 5d64cfe

Please sign in to comment.