mirror of
https://github.com/nicolabs/ansible-role-grub.git
synced 2025-09-21 00:31:42 +02:00
Retry tox or molecule 3 times.
This commit is contained in:
parent
bd6a8d58c5
commit
aee46c73d7
4
.github/workflows/molecule.yml
vendored
4
.github/workflows/molecule.yml
vendored
|
@ -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:
|
||||
|
@ -53,7 +53,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 }}
|
||||
|
|
|
@ -28,7 +28,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/
|
||||
|
|
Loading…
Reference in a new issue