-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
related to #6:
I tried this:
- name: molecule check
uses: robertdebock/[email protected]
env:
MOLECULE_DISTRO: "${{ matrix.distros }}"
TEST_RELEASE: "${{ matrix.releases }}"
TEST_VERSION: "${{ matrix.versions }}"
with:
scenario: ${{ matrix.scenario }}
command: "--debug check"
but it failed:
ACTION: Welcome to the molecule action.
ACTION: Running (retry) molecule.
Usage: molecule [OPTIONS] COMMAND [ARGS]...
Try 'molecule --help' for help.
Error: No such option: --debug check (Possible options: --debug, --no-debug)
ACTION: Retry attempt 1.
Usage: molecule [OPTIONS] COMMAND [ARGS]...
Try 'molecule --help' for help.
I noticed that in your example you used the other syntax with image: and tag:: is it possible with scenario: as well?
Thanks.
(I just want to enable debugging to pinpoint some ansible-version issue)
Metadata
Metadata
Assignees
Labels
No labels