7 lines
150 B
YAML
7 lines
150 B
YAML
- name: Run Tobiko
|
|
command: tools/ci/tox -e {{tox_envlist}} {{tox_extra_args}}
|
|
args:
|
|
chdir: "{{tox_dir}}"
|
|
become: true
|
|
become_user: stack
|