File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 40
40
working-directory : antsibull
41
41
run : |
42
42
ansible-playbook -vv playbooks/build-single-release.yaml \
43
+ -e 'antsibull_build_command="poetry run coverage run -p --source antsibull -m antsibull.cli.antsibull_build"' \
43
44
-e antsibull_build_file=ansible-6.build \
44
45
-e antsibull_ansible_version=6.0.0a1 \
45
46
-e antsibull_data_dir="{{ antsibull_data_git_dir }}/6" \
Original file line number Diff line number Diff line change 40
40
- name : Test building a release with the defaults
41
41
working-directory : antsibull
42
42
run : |
43
- ansible-playbook -vv playbooks/build-single-release.yaml -e antsibull_data_reset=false
43
+ ansible-playbook -vv playbooks/build-single-release.yaml \
44
+ -e 'antsibull_build_command="poetry run coverage run -p --source antsibull -m antsibull.cli.antsibull_build"' \
45
+ -e antsibull_data_reset=false
44
46
45
47
- name : Combine and upload coverage stats
46
48
working-directory : antsibull
You can’t perform that action at this time.
0 commit comments