We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9814c1 commit 5b1547fCopy full SHA for 5b1547f
.github/workflows/tox.yml
@@ -41,6 +41,6 @@ jobs:
41
36) toxenvs="${toxenvs},coveralls,black,yamllint,shellcheck" ;;
42
37) toxenvs="${toxenvs},coveralls" ;;
43
38) toxenvs="${toxenvs},coveralls,ansible-lint,ansible-plugin-scan,collection,ansible-test" ;;
44
- 39) toxenvs="${toxenvs},coveralls" ;;
+ 39) toxenvs="${toxenvs},coveralls,ansible-managed-var-comment" ;;
45
esac
46
TOXENV="$toxenvs" lsr_ci_runtox
0 commit comments