Merge "fetch-subunit-output: update include to import_tasks"
This commit is contained in:
commit
e4d5a3b96f
roles/fetch-subunit-output/tasks
@ -44,4 +44,4 @@
|
||||
failed_when: false
|
||||
|
||||
- name: Process and fetch subunit results
|
||||
include: process.yaml
|
||||
include_tasks: process.yaml
|
||||
|
@ -1,5 +1,5 @@
|
||||
- name: Find subunit2html
|
||||
include: find-subunit-html.yaml
|
||||
import_tasks: find-subunit-html.yaml
|
||||
|
||||
- name: Generate testr_results.html file
|
||||
command: "{{ subunit_html_command }} ./testrepository.subunit testr_results.html"
|
||||
|
Loading…
x
Reference in New Issue
Block a user