Skip to content

Create ansible-test.yml #24

Create ansible-test.yml

Create ansible-test.yml #24

Workflow file for this run

- name: Perform integration testing with ansible-test

Check failure on line 1 in .github/workflows/ansible-test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ansible-test.yml

Invalid workflow file

You have an error in your yaml syntax on line 1
uses: ansible-community/ansible-test-gh-action@release/v1
with:
ansible-core-version: stable-2.14
pre-test-cmd: echo This runs before the ansible-test invocation
target-python-version: 3.11
controller-python-version: auto
testing-type: integration
test-deps: ansible.netcommon
- name: Perform sanity testing with ansible-test
uses: ansible-community/ansible-test-gh-action@release/v1
with:
ansible-core-version: stable-2.14
testing-type: sanity
- name: Perform unit testing with ansible-test
uses: ansible-community/ansible-test-gh-action@release/v1
with:
ansible-core-version: stable-2.14
pre-test-cmd: echo This runs before the ansible-test invocation
target-python-version: 3.11
testing-type: units
test-deps: >-
ansible.netcommon
ansible.utils