Skip to content

Commit

Permalink
Merge pull request #44 from brianhartsock/run_check_mode_test_in_build
Browse files Browse the repository at this point in the history
Run check_mode molecule scenario in build
  • Loading branch information
brianhartsock authored Feb 6, 2025
2 parents 4032503 + e2c3cc2 commit abb4314
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,9 @@ jobs:
env:
PY_COLORS: '1'
ANSIBLE_FORCE_COLOR: '1'

- name: Run Molecule tests (check_mode)
run: molecule test -s check_mode
env:
PY_COLORS: '1'
ANSIBLE_FORCE_COLOR: '1'

0 comments on commit abb4314

Please sign in to comment.