Releases: robertdebock/molecule-action
Releases · robertdebock/molecule-action
Go into the directory
1.2.8 Go into the directory.
Use exit-codes
1.2.7 Use exit-codes.
Adding docker package for dind testing.
1.2.6 Prepareing for release 1.2.6
From Alpine to Fedora
Using fedora:31
seems to result in a 100 MB smaller container, should speed up the build a little.
Retries
This release retries tox
or molecule
up to 5 times before giving up. GitHub Actions seems to fail from time to time. This change should make the tests a little more stable.
Use all-included container
1.2.3 Switch to container 1.0.3 and prepare for next release.
Correct && ||
This release fixes an issue with the ||
and &&
logic which caused molecule to run if tox failed. The intent was that either tox runs if tox.ini
is found, or molecule runs.
Smaller container == Faster CI
1.2.1 Switch to Docker container with GCC.
Better name
1.1.3 Refer to specific tag and useful documentation only.
Fix documents for tox parallel options.
1.1.2 Describe the parallel option better.