Skip to content

Commit

Permalink
Reverted to molecule-action 5.0.3 and tox
Browse files Browse the repository at this point in the history
molecule-action no long supports multiple arguments in the command
option, so I reverted molecule-action to a more mature version and use
tox to drive molecule.
  • Loading branch information
tedgin committed Nov 3, 2023
1 parent 82df6bd commit b246c28
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: robertdebock/[email protected]
with:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,4 @@ jobs:
with:
path: "${{ github.repository }}"

- uses: robertdebock/[email protected]
with:
command: "--base-config molecule/_shared/base.yml test --all"
- uses: robertdebock/[email protected]
7 changes: 7 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[tox]
env_list = py310-molecule60
minversion = 4.11.3

[testenv]
allowlist_externals = molecule
commands = molecule --base-config molecule/_shared/base.yml test --all

0 comments on commit b246c28

Please sign in to comment.