Skip to content

Commit

Permalink
refactor: test sequence order
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrennand committed Jun 4, 2024
1 parent b652325 commit 52df497
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion molecule/absent/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ verifier:
scenario:
name: absent
test_sequence:
- destroy
- dependency
- cleanup
- destroy
- syntax
- create
- prepare
Expand All @@ -27,4 +28,5 @@ scenario:
- check
- side_effect
- verify
- cleanup
- destroy
4 changes: 3 additions & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ verifier:
scenario:
name: default
test_sequence:
- destroy
- dependency
- cleanup
- destroy
- syntax
- create
- prepare
Expand All @@ -27,4 +28,5 @@ scenario:
- check
- side_effect
- verify
- cleanup
- destroy

0 comments on commit 52df497

Please sign in to comment.