We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a21720a commit 4f7ef8dCopy full SHA for 4f7ef8d
molecule/default/molecule.yml
@@ -37,3 +37,17 @@ verifier:
37
PYTHONWARNINGS: "ignore:.*U.*mode is deprecated:DeprecationWarning"
38
options:
39
v: 1
40
+ test_sequence:
41
+ - lint
42
+ - dependency
43
+ - cleanup
44
+ - destroy
45
+ - syntax
46
+ - create
47
+ - prepare
48
+ - converge
49
+ # - idempotence
50
+ - side_effect
51
+ - verify
52
53
molecule/kvm/molecule.yml
@@ -34,3 +34,17 @@ verifier:
34
35
scenario:
36
name: kvm
0 commit comments