Skip to content

Commit

Permalink
New version of GitHub Action Molecule, Fedora with retries, with corr…
Browse files Browse the repository at this point in the history
…ect exit-code.
  • Loading branch information
robertdebock committed Feb 14, 2020
1 parent 0060415 commit d9d0861
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ansible.yml
Expand Up @@ -11,7 +11,7 @@ on:
- '*'
pull_request:
schedule:
- cron: '6 3 13 * *'
- cron: '29 12 13 * *'

jobs:
lint:
Expand All @@ -20,7 +20,7 @@ jobs:
- name: checkout
uses: actions/checkout@v2
- name: molecule
uses: robertdebock/molecule-action@1.2.3
uses: robertdebock/molecule-action@1.2.8
with:
entrypoint: /usr/local/bin/molecule
args: lint
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- name: parse apparmor for mysql
run: sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.mysqld
- name: molecule
uses: robertdebock/molecule-action@1.2.3
uses: robertdebock/molecule-action@1.2.8
with:
image: ${{ matrix.config.image }}
tag: ${{ matrix.config.tag }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/galaxy.yml
Expand Up @@ -10,7 +10,7 @@ on:
tags:
- '*'
schedule:
- cron: '1 9 14 * *'
- cron: '26 21 14 * *'

jobs:
release:
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Expand Up @@ -13,7 +13,6 @@ deps =
next: git+https://github.com/ansible/ansible.git@devel
docker
molecule
install_command = pip install --retries 10 {packages}
commands = molecule test
setenv =
TOX_ENVNAME={envname}
Expand Down

0 comments on commit d9d0861

Please sign in to comment.