Sudo added to poetry run
This commit is contained in:
parent
8811afd44a
commit
4242b07b45
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
run: poetry install
|
run: poetry install
|
||||||
|
|
||||||
- name: Run Molecule tests.
|
- name: Run Molecule tests.
|
||||||
run: poetry run molecule test -s default
|
run: poetry run molecule test --sudo -s default
|
||||||
env:
|
env:
|
||||||
PY_COLORS: '1'
|
PY_COLORS: '1'
|
||||||
ANSIBLE_FORCE_COLOR: '1'
|
ANSIBLE_FORCE_COLOR: '1'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user