Skip to content

Commit de566b3

Browse files
committed
Upload logs even if successful molecule test
1 parent 8ee7131 commit de566b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ansible.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
MOLECULE_VAGRANT_BOX_VERSION: " " # version must not be set when using a local box
198198

199199
- name: Uploading log files
200-
if: failure()
200+
if: success() || failure()
201201
uses: actions/upload-artifact@v4
202202
with:
203203
path: /tmp/log/

0 commit comments

Comments
 (0)