win_chocolatey: remove test packages after tests are run (#46431)

pull/46451/head
Jordan Borean 6 years ago committed by GitHub
parent d757a775cf
commit 1de88cbaa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -91,6 +91,11 @@
include_tasks: tests.yml
always:
- name: ensure test package is uninstalled after tests
win_chocolatey:
name: '{{ test_choco_packages }}'
state: absent
- name: remove test sources
win_chocolatey_source:
name: '{{ item }}'

Loading…
Cancel
Save