Skip to content

Commit

Permalink
test molecule destroy before test
Browse files Browse the repository at this point in the history
  • Loading branch information
wiktor2200 committed Nov 11, 2023
1 parent 399524e commit 1b9845c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ jobs:
python3 -m pip install --constraint=.github/workflows/constraints.txt ansible 'molecule-plugins[docker]' docker netaddr
- name: Run Molecule tests
run: molecule test
run: |
molecule destroy
molecule test
env:
PY_COLORS: "1"
ANSIBLE_FORCE_COLOR: "1"
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/tests_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ jobs:
python3 -m pip install --constraint=.github/workflows/constraints.txt ansible 'molecule-plugins[docker]' docker netaddr
- name: Run Molecule tests
run: molecule test
run: |
molecule destroy
molecule test
env:
PY_COLORS: "1"
ANSIBLE_FORCE_COLOR: "1"
Expand Down

0 comments on commit 1b9845c

Please sign in to comment.