1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-03-22 05:09:12 +00:00
community.general/tests/integration/targets/jenkins_credential
Felix Fontein 7e66fb052e
CI: Add yamllint for YAML files, plugin/module docs, and YAML in extra docs (#10279)
* Add yamllint to CI.

* Fix more YAML booleans.
2025-06-30 20:46:56 +02:00
..
tasks
vars
aliases
docker-compose.yml
README.md

The integration test can be performed as follows:

# 1. Start docker-compose:
docker-compose -f tests/integration/targets/jenkins_credential/docker-compose.yml down
docker-compose -f tests/integration/targets/jenkins_credential/docker-compose.yml up -d

# 2. Run the integration tests:
ansible-test integration jenkins_credential --allow-unsupported -v