Skip to content

Commit

Permalink
Retry tox or molecule 3 times.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Jul 3, 2020
1 parent a0c10a6 commit 464fdba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/molecule.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
path: "${{ github.repository }}"
- name: molecule
uses: robertdebock/molecule-action@2.3.4
uses: robertdebock/molecule-action@2.5.0
with:
command: lint
test:
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
- name: parse apparmor for mysql
run: sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.mysqld
- name: molecule
uses: robertdebock/molecule-action@2.3.4
uses: robertdebock/molecule-action@2.5.0
with:
image: ${{ matrix.config.image }}
tag: ${{ matrix.config.tag }}
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -33,7 +33,7 @@ install:
- pip install tox

script:
- tox --parallel all
- n=0 ; until [ "$n" = 3 ] ; do tox --parallel all && break ; n=$((n+1)) ; done

notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/
Expand Down

0 comments on commit 464fdba

Please sign in to comment.