Skip to content

enable debugging with a scenario #18

@stefangweichinger

Description

@stefangweichinger

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions