Skip to content

Added v11y-api resources (#28) #4

Added v11y-api resources (#28)

Added v11y-api resources (#28) #4

Workflow file for this run

name: Run ansible-test
on:
push:
pull_request:
jobs:
sanity-test:
runs-on: ubuntu-latest
steps:
- name: Perform testing
uses: ansible-community/ansible-test-gh-action@release/v1
pre-test-cmd: rm -rf input-template

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

View workflow run for this annotation

GitHub Actions / Run ansible-test

Invalid workflow file

The workflow is not valid. .github/workflows/ansible-test.yml (Line: 12, Col: 9): Unexpected value 'pre-test-cmd'
with:
testing-type: sanity
python-version: 3.11
ansible-core-version: stable-2.14