mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
fix windows tests after recent patch (#34548)
This commit is contained in:
@@ -5,12 +5,12 @@
|
||||
- block:
|
||||
# old tests, remove once new code is considered stable
|
||||
- name: Test in normal mode
|
||||
include_tasks: tests.yml
|
||||
import_tasks: tests.yml
|
||||
vars:
|
||||
in_check_mode: no
|
||||
|
||||
- name: Test in check-mode
|
||||
include_tasks: tests.yml
|
||||
import_tasks: tests.yml
|
||||
vars:
|
||||
in_check_mode: yes
|
||||
check_mode: yes
|
||||
@@ -18,7 +18,7 @@
|
||||
- include_tasks: clean.yml
|
||||
|
||||
- name: Test failure scenarios
|
||||
include: failures.yml
|
||||
include_tasks: failures.yml
|
||||
|
||||
- name: Test normal scenarios
|
||||
include_tasks: new_tests.yml
|
||||
|
||||
Reference in New Issue
Block a user