Skip to content

Commit

Permalink
Debugging molecule documented.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Jan 26, 2022
1 parent 9cd1856 commit c9080eb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,17 @@ jobs:
options: parallel
scenario: my_specific_scenario
```

## Debugging

You can enable Molecule debugging by using this pattern:

```yaml
# Stuff omitted.
- name: molecule
uses: robertdebock/molecule-action@4.0.5
with:
image: ${{ matrix.config.image }}
tag: ${{ matrix.config.tag }}
command: "--debug test"
```

0 comments on commit c9080eb

Please sign in to comment.