Skip to content

Commit

Permalink
Do not skip idempotancy test.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkinzer committed May 30, 2024
1 parent 10e2fc0 commit 60e0388
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
name: Install
command: pipenv install --dev
- run: sudo apt update; sudo apt install rsync
- run: pipenv run molecule destroy
- run:
name: Molecule
command: pipenv run molecule test
Expand Down
13 changes: 0 additions & 13 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,6 @@
---
scenario:
name: default
test_sequence:
- cleanup
- destroy
- dependency
- syntax
- create
- prepare
- converge
# - idempotence
- side_effect
- verify
- cleanup
- destroy
dependency:
name: galaxy
role-file: requirements.yml
Expand Down

0 comments on commit 60e0388

Please sign in to comment.