TEMP: ipagroup: Fix capitalization idempotence issue with multiple ob… #1066
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: ansible-test sanity | |
on: | |
- push | |
- pull_request | |
jobs: | |
ansible_test: | |
name: Verify ansible-test sanity | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
with: | |
fetch-depth: 0 | |
- name: Run ansible-test | |
run: bash tests/sanity/sanity.sh |